Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
XamDataGrid - Set Focus on a grid row
posted

I have a requirement to maintain the selection on a grid after refreshing the data.

For example,

The grid is loaded and I selected the 3rd row and after that I need to reload the data and after reloading the records the 3rd row (or the previosly selected record) should be selected.

Already tried with ActiveRecord & ActiveDataItem however it can able to maintain the data but the grid selection is not happening. i.e it should be highlighted (so that user can able to see the record that was selected before ).

Can somebody help me on this?