Hi there,
I have a grid that when a row is selected it shows some data in another grid. which works fine.
I also have a timer that fires every 5 seconds to rebind the 1st grid. the data in the 2nd grid stays the same which is good but when the first grid rebinds on the timer tick event the selected row in the 1st grid is no longer selected.
How can I persist the row selection on rebind?
Thanks
Jamie
I have a grid that when a row is selected it shows some data in another grid. which works fine.
I also have a timer that fires every 5 seconds to rebind the 1st grid. the data in the 2nd grid stays the same which is good but when the first grid rebinds on the timer tick event the selected row in the 1st grid is no longer selected.
How can I persist the row selection on rebind?
Thanks
Jamie