Skip to main content
0 votes
0 answers
22 views

Unable to view all columns when freeze and unfreeze all columns in the slickgrid

In a slickgrid with more than 20 columns, if I try to freeze all columns, all of the columns are frozen; when I unfreeze all columns, I am unable to view all columns in the slickgrid; however, if I ...
Thyagu's user avatar
  • 1
1 vote
0 answers
41 views

In the List Filter the starts with operator ( a* ) filters the value with A without entering the values in filter input

In the List Filter after the selection of the starts with operator ( a* ) filters the value which starts with the character A without entering the values in filter input. It happen with all other ...
Sumithra Murugesan's user avatar
1 vote
1 answer
217 views

Angular-Slickgrid in angular version 18

I am trying to configuring Angular-Slickgrid in Angular version 18.0.0 by following Angular-Slickgrid documentation. But I am getting an error in chrome browser saying NullInjectorError: No provider ...
Rahul's user avatar
  • 11
1 vote
1 answer
189 views

Angular Slickgrid - Filter

"How can I add a new operator in the selection of a Compound Filter, or is it possible to set a custom filter to work like the SQL LIKE Operator? Example: I have a column with the following data: ...
Przemyslaw Widanka's user avatar
0 votes
0 answers
45 views

error building angular v17.1.0 after installing angular-slickgrid v7.7.0

I have installed angular-slickgrid v7.7.0 and imported [AngularSlickgridModule] in the component.ts of new angular v17.1.0 project with SSR enabled and typescript v5.2.2. From the time I installed ...
Vijay Ande's user avatar
1 vote
0 answers
38 views

In Slickgrid,an empty row is displayed while hiding the column which is used for aggregate function

I am using angular slick grid version 4.3.1 to show my list of data. As per configurtion, aggregate function calculation is happening for column while data is grouped based on a field. 1. After that ...
Sujatha Selvaraj's user avatar
0 votes
1 answer
39 views

How to disable a column in a SlickGrid

I want to how can we disable a particular column in Angular Grid. <angular-slickgrid *ngIf="this.load" gridId="grid1" [columnDefinitions]="columnDefinitions" [...
Sankalp Gupta's user avatar
0 votes
1 answer
180 views

Angular project build issue with Angular Slickgrid

I've just migrated my project from Angular 13 to Angular 17 and angular-slickgrid from 4.1.4 to 7.5.0 and I cannot build the project. I have fixed all errors but one : Compiling with Angular sources ...
Sylvain's user avatar
0 votes
0 answers
28 views

Is it possible to have forceFitColumns and horizontalScrollBar both at the same time

I have a table that I created using angular-slickgrid AngularGridInstance in that I can add new columns, reorder the columns, shrink and expand the columns If I expand the columns too much that it ...
HUNTER's user avatar
  • 11
0 votes
1 answer
64 views

Tree data with backend service

I know the tree data does not support the backend service. However I would like to hack the behavior somehow as I can load the data at once (without paging) and the server can send me the data ...
JanK-Qics's user avatar
1 vote
0 answers
41 views

In the slickgrid, unable to copy the cell value using context menu which is stored as either object or an array of objects in the data context

I tried to copy a cell value, which is stored as an object or an array in the data context, but the copy menu was disabled. This is my dataContext:- { "display_name": "EMP1", ...
Venkateshwaran Murugesan's user avatar
0 votes
1 answer
320 views

Angular slick grid error after deployed package

I am using Angular slickgid. Recently i have upgraded to slickgrid 7.0.3. (https://github.com/ghiscoding/Angular-Slickgrid) After i upgraded its working fine using ng s, The grid loading perfectly. ...
Lajith's user avatar
  • 1,847
1 vote
1 answer
92 views

How to highlight full row in angular slickgrid when frozen Column is enabled

Requirement I want to highlight the whole row when hovering over an Angular SlickGrid row with frozen columns. However, the usual CSS :hover selector doesn't work because the grid splits into Frozen ...
Sanjeev Neelakantan's user avatar
1 vote
1 answer
71 views

Need to change the symbol of the operator in slickgrid toggle filter (angular-slickgrid)

Problem statement I need to change the symbol for the contains operator in the slick grid row filter feature in angular-slickgrid. What I have tried is changing the operator in compoundOperatorList ...
Sai Kumar S's user avatar
2 votes
1 answer
214 views

Column header in the angular-slickgrid gets misaligned while enabling the freeze column

Problem statement:- The column header in the angular-slick grid gets misaligned while enabling the frozen column** ** Screenshot:- The column header in the angular-slick grid gets misaligned while ...
Venkateshwaran Murugesan's user avatar

15 30 50 per page
1
2 3 4 5
9