Hi,
I have a gridview that is dynamically contructed and I'm having problems with the LoadingPanel. As a workaround the loading panel I used the PageRequestManager way to turn the visibility of the loading panel on and off, the problem now is that the selected row looses it seleced state onde the process ends:
Screencast url: http://is.gd/BFbu
What I want is a way to in the BeginRequest get the selected row (maybe from the sender?) and on the EndRequest say to the grid that there is a selected row assigning it the index.
As you see by the screencast I have a lot of grids, and this is all done dynamically, I do not know the grids name, I then really need to use the sender object to grab the current grid name that fired the request, and use this to get the selected Row, but I'm not abble to accomplish this... :(
Any help will be greatly apreciated.
Thank you.