Hello, I am trying to resize a bit further grids and currently having problem mostly to resize
Hello Ivaylo,
I have been investigating into the behavior you are seeing, and it sounds like you are currently using what I would recommend to reduce the size of the QuickFilter and the ExcelStyleFilter in the IgrGrid, which is to apply an --ig-size property in CSS and pass something like the following:
--ig-size: var(--ig-size-small);
This will apply the smallest size available currently. Aside from what you have provided, you can also apply this directly to the grid element (“igx-grid” class) and it will apply to both the QuickFilter and the Excel-style filter.
If this is not sufficient, can you please provide more details on what exactly you would like to resize in the QuickFilter or Excel Style Filter UI for the IgrGrid?