I am doing grid edit and update during double click. I have got the row in edit mode while double clicking but the row is not changed to normal form after updating. The row is still in edit mode.
Here is a demo which implements the same functionality. It is showing a confirmation window after updating and making the grid in normal mode once it is updated. Please elaborate your requirement more if it doesn't help. Grid / Edit on Double-click
I implemented my page with the help of this demo. 1 change is that the datasource to my rad grid is not sqldatasource. I am giving the datasource from the code. After implementing this, my radgrid's itemupdate event is not firing. So i update the grid in