Unplanned
Last Updated: 28 Jul 2025 15:25 by ADMIN
Created by: Diego
Comments: 1
Category: KendoReact
Type: Feature Request
0
When the resizing of the Grid is enabled, the expand/collapse column is always resizable.
Need More Info
Last Updated: 07 Nov 2025 16:18 by ADMIN
Created by: Andrei
Comments: 7
Category: KendoReact
Type: Bug Report
0
We use "@progress/kendo-react-treelist": "^5.10.1" in our project. Trees are usually placed in flexible containers, and users can reduce their size to 0. At this point, we get an error when calling the tableRowsVirtualization function. I have attached a screenshot at the moment of debugging. You can see that the values of items[0] and lastItem are undefined when the container size approaches 0. I didn't prepare an example to reproduce the error, because I think it's pretty clear that an error occurs here. So the questions are: if this is a bug, is it fixed in the new versions of the package? If there is a possible error on our part or it has not been fixed in the new versions, then what should we do to solve the problem? Thanks