You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, when the Grid has filtering enabled and the scrollable property is set to none, the filter menu icon in the Grid header cells seems to lose its padding which it has, when the Grid is in scrollable mode. Furthermore, the resize sensors are rendered but improperly positioned.
To reproduce
Steps to reproduce the behavior:
Create a Grid component.
Enable filtering.
Set the scrollable property to none.
Enable the column resizing feature.
Please, check out the following two StackBlitz demos:
Expected behavior
The padding of the filter menu icon should not be affected by the scroll mode of the Grid. Also, the resize feature should also work as expected.
Screenshots
Affected package (please remove the unneeded items)
theme-default
theme-bootstrap
theme-material
theme-fluent
Affected suites (please remove the unneeded items)
Kendo UI for Angular
Kendo UI for React
Affected browsers (please remove the unneeded items)
All
Build system information (please remove the unneeded items)
OS: [MacOS]
The text was updated successfully, but these errors were encountered:
georgi-sla
changed the title
[Grid] Padding of the Filter Menu Icon in Non-Scrollable Grid
[Grid] Padding of the Filter Menu Icon in Non-Scrollable Grid and Resize Sensors Positioning
Feb 12, 2025
Describe the bug
Currently, when the Grid has filtering enabled and the scrollable property is set to
none
, the filter menu icon in the Grid header cells seems to lose its padding which it has, when the Grid is inscrollable
mode. Furthermore, the resize sensors are rendered but improperly positioned.To reproduce
Steps to reproduce the behavior:
none
.Please, check out the following two StackBlitz demos:
Expected behavior
The padding of the filter menu icon should not be affected by the scroll mode of the Grid. Also, the resize feature should also work as expected.
Screenshots
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
The text was updated successfully, but these errors were encountered: