Hi,
I was wondering if anyone had any suggestions as to the cause of an issue we're experiencing with the radgrid under the following scenario. A user enters filters for grid and the grid updates to reflect the data based on the grid. Everything works like it should so far. If the user clicks on the edit icon for an Item in the grid, then the user is taken to the correct editing page for that Item. Again, everything working properly. The issue is that if the user has filtered on the grid and leaves the page open for a while (e.g., 15-20 min) then when they click on the edit icon to edit an Item they are taken to the Item that would have been the first one listed in the grid if there were no filters (instead of the actual Item they had clicked on).
For example, lets say I have a grid that contains the names Andy, Bob, and Joe, and by default all the names are shown. If I filter on the name 'Bob' then the grid updates to show only that row, and if I click on the edit icon for that row I'm taken to an editing page for Bob's data. All of that works as expected.
However, given the same scenario, if I were to leave the page inactive for a while and then click on the edit icon for the single row in the grid then I'm taken to the editing page for Andy which is what would've been the first row had I not filtered on the grid.
The issue causes problems because our users think they're editing an Item that they filtered on when in actuality they're editing the wrong Item (which is whatever would be the first Item in their default grid with no filtering.
Hopefully my example makes sense!
I was wondering if anyone had any suggestions as to the cause of an issue we're experiencing with the radgrid under the following scenario. A user enters filters for grid and the grid updates to reflect the data based on the grid. Everything works like it should so far. If the user clicks on the edit icon for an Item in the grid, then the user is taken to the correct editing page for that Item. Again, everything working properly. The issue is that if the user has filtered on the grid and leaves the page open for a while (e.g., 15-20 min) then when they click on the edit icon to edit an Item they are taken to the Item that would have been the first one listed in the grid if there were no filters (instead of the actual Item they had clicked on).
For example, lets say I have a grid that contains the names Andy, Bob, and Joe, and by default all the names are shown. If I filter on the name 'Bob' then the grid updates to show only that row, and if I click on the edit icon for that row I'm taken to an editing page for Bob's data. All of that works as expected.
However, given the same scenario, if I were to leave the page inactive for a while and then click on the edit icon for the single row in the grid then I'm taken to the editing page for Andy which is what would've been the first row had I not filtered on the grid.
The issue causes problems because our users think they're editing an Item that they filtered on when in actuality they're editing the wrong Item (which is whatever would be the first Item in their default grid with no filtering.
Hopefully my example makes sense!