The administration of opened details of the datagrid is not consistent
To Reproduce
Steps to reproduce the behavior:
- Go to https://bootstrap5demo.blazorise.com/tests/datagrid
- Open details of "Irvin" and of "Gerald"
- Got to page 2, and back to the first page of the datagrid
The same details should be opened, but only Gerald is opened. Why?
When after this, you collapse Gerald again, and go to page 2 and back to page 1, now Gerald is expanded again....
In my application I have a related problem:
I have a custom filter on the grid, that contains details. When this custom filter is changed all detail-grids are hidden.
I use the DetailRowTrigger mechanism to control the visibility of the details.
The administration of opened details of the datagrid is not consistent
To Reproduce
Steps to reproduce the behavior:
The same details should be opened, but only Gerald is opened. Why?
When after this, you collapse Gerald again, and go to page 2 and back to page 1, now Gerald is expanded again....
In my application I have a related problem:
I have a custom filter on the grid, that contains details. When this custom filter is changed all detail-grids are hidden.
I use the DetailRowTrigger mechanism to control the visibility of the details.