I am using a WPF rad grid {EnableRowVirtualization is set to"True"}.
I have used the GridViewToggleRowDetailsColumn column to toggle the visibility of the row details section of each row.
I have some editable fields in the row details section like checkbox, dropdown.
On click of the expand button(+), I am populating these fields with some default values in radGrid_LoadingRowDetails event.
I change the values in the fields and the leave the details section expanded. Then scroll down the grid so that the row move out of the window range and scroll up to the row again, the LoadingRowDetails fired again, thus reloading the fields in the details section with default values and thus the state of the fields is lost.
Is there any way to control the re-firing of the LoadingRowDetails on scroll if the row details section is already expanded.
Please provide your inputs.
Thanks,
Regards,
Mausami Sawant.