TreeGrid Selection Bug?

Hello;

i want to select items from TreeGrid(it is works in Grid mode) but it could not allow me to select after fisrt pagination.

First page you could select by row
image

Second page and later you could not select by row
image

here is snippet;

https://snippet.dhtmlx.com/ti1bmr9v

Thank you for your report.
The problem was confirmed. We’ll try to fix it in one of the future updates.
I’ll inform you about any progress on this issue.

Hello;

it said in Version 8.3.1 (November 14, 2023)
*- TreeGrid. Fix the issue with selection working during pagination only for the first page

but when you change pagination **

pageSize: 8

**

and then click last in pagination then pagination says it is last records but not showing in the screen. after clicking grid it is shows but no selection and it is give an error

This error appears if there is a remainder when the number of items is divided by the number of pages

snippet here;
https://snippet.dhtmlx.com/ffus28zr

Thank you for the last update 8.3.2 (December 4, 2023), now it is fixed

1 Like

Thank you for your report and the additional note.
Yes, your problem was fixed in the latest dhx.Suite update (v8.3.2).
Now it should work properly.

Best regards.

1 Like