We have an aspx page that has two RadGrids and a Rad Panel. The RadGrids contain lists of users which can be moved back and forth by double clicking. The Rad Panel contains information about the users. This information is populated using the OnSelectedIndexChanged event. In order to get the user information to display and update in the panel, the EnablePostBackOnRowClick event is set to true. The information in the panel is always updated correctly; however, the users in the grids do not always move when they are double clicked.
It looks like the Post Back is occurring before the double click. If we remove the EnablePostBackOnRowClick and remove the OnSelectedIndexChanged events, the users move every time they are double clicked... however the information at the bottom has been removed. This was working until recently as implemented. Is it possible this was changed in a patch? If not, how can I implement this so the users are always moved when they are double clicked?
It looks like the Post Back is occurring before the double click. If we remove the EnablePostBackOnRowClick and remove the OnSelectedIndexChanged events, the users move every time they are double clicked... however the information at the bottom has been removed. This was working until recently as implemented. Is it possible this was changed in a patch? If not, how can I implement this so the users are always moved when they are double clicked?