Hi Team,
I have a grid view with a Radio button to select the row. I select a row, but when i scroll down and again come to original position(to the selected row), the selection get deselected, and sometimes some other row get selected.
How can we handle such problem.
Also, If I had some rowdetails in a grid, and fetch data from the database when row details visibility change, to populate the row details. This creates problem when row virtualization is enabled. There were many validation handeled to track the data change in row detail visibility change event, which get fired when we scroll and when we come to original position again, data does not get populated and my changes are lost.
Please let me know how to overcome such scenarios, when we enable row virtualization.
Thanks.
I have a grid view with a Radio button to select the row. I select a row, but when i scroll down and again come to original position(to the selected row), the selection get deselected, and sometimes some other row get selected.
How can we handle such problem.
Also, If I had some rowdetails in a grid, and fetch data from the database when row details visibility change, to populate the row details. This creates problem when row virtualization is enabled. There were many validation handeled to track the data change in row detail visibility change event, which get fired when we scroll and when we come to original position again, data does not get populated and my changes are lost.
Please let me know how to overcome such scenarios, when we enable row virtualization.
Thanks.