Row selection on refresh
Now I understand why this is happening, just wondering how I should approach handling how I need this to work.
In my grid, which I have refreshing via AJAX about every 3 seconds. When I select say row 3, when the list refreshes, row 3 stays selected as expected. But here is the catch. When the grid refreshes, the data is not always in the same order. What method should I need to override to handle the selection mantaining the same row no matter where it may be in the grid? I am storing a key value unique to that row and could do an iterative search if need by, just wondering what side-effects (performance, problems) I may run into.
Thanks in advance
In my grid, which I have refreshing via AJAX about every 3 seconds. When I select say row 3, when the list refreshes, row 3 stays selected as expected. But here is the catch. When the grid refreshes, the data is not always in the same order. What method should I need to override to handle the selection mantaining the same row no matter where it may be in the grid? I am storing a key value unique to that row and could do an iterative search if need by, just wondering what side-effects (performance, problems) I may run into.
Thanks in advance
Tony (www.FriendsOfAW.com)
February 9,