-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
BugItem which indicates that something is not workingItem which indicates that something is not workingC: DataGridKendoReactSEV: Mediumpkg:Gridtriagedmark the triaged issues with correct prioritymark the triaged issues with correct priority
Description
Description
When using the KendoReact Grid with virtualization enabled, selecting a row near the end of the dataset and then applying and clearing a filter causes the Grid to render blank.
Plan
KendoReact
Steps To Reproduce
- Open this example: https://stackblitz.com/edit/react-aas1lpxx-edurysr1?file=app%2Fapp.tsx
- Scroll to the end of the grid.
- Select any row at the end of the grid.
- Enter the letter "q" into the filter of the column "Product Name" - the grid will be filtered out, the scroll will disappear, because there will be only 3 items in the grid.
- Delete the entered value from the filter - the grid will scroll down to the selected element, the grid will be displayed (img 1).
- Repeat steps 3 and 4.
- The result is that the grid is scrolled down, but the grid is not displayed
Screenshots or video
No response
Actual Behavior
When using the KendoReact Grid with virtualization enabled, selecting a row near the end of the dataset and then applying and clearing a filter causes the Grid to render blank.
Expected Behavior
After clearing a filter, the Grid should correctly reset its virtualization state and display all available rows again, regardless of which row was previously selected or how many times the filter/clear cycle is repeated.
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
Ticket ID: 1697022
Metadata
Metadata
Assignees
Labels
BugItem which indicates that something is not workingItem which indicates that something is not workingC: DataGridKendoReactSEV: Mediumpkg:Gridtriagedmark the triaged issues with correct prioritymark the triaged issues with correct priority