I have a radgrid that uses a user control for editing the selected row details...
When I have a row selected, let's say the 2nd item on my grid, and then modify a column filter, the 2nd item on my newly filtered grid is still in edit mode (assuming the updated grid has at least 2 items).
The expected behavior for this (at least for me) would be to have any preivously selected items become cleared upon filter change.
I've seen posts that explain how to un-select items upon re-sort and adding new items, but not for my particular case.
Please help. Thanks.
When I have a row selected, let's say the 2nd item on my grid, and then modify a column filter, the 2nd item on my newly filtered grid is still in edit mode (assuming the updated grid has at least 2 items).
The expected behavior for this (at least for me) would be to have any preivously selected items become cleared upon filter change.
I've seen posts that explain how to un-select items upon re-sort and adding new items, but not for my particular case.
Please help. Thanks.