I have a RadGrid to which I've applied the double-click edit functionality.
I have a couple issues:
1) I'm making an ajax call to the code behind to both put the grid row in edit as well as to save changes made. Everything goes great with exception of change of the cursor display to 'default' once the routine has completed. It gets stuck on 'wait'. The thing is, once a user moves their mouse the cursor flips back to the proper context. I've tried making an explicit call in the client-side script with no luck.
2) I would also like to set focus on the edited row textbox control (I have only one). I've experiemented with both client-side and server side calls but continue to be stuck like chuck.
Neither of these issues is a show stopper, but I plan to use this approach throughout the site (which will make heavy use of grids), and I'm concerned it will negatively impact perceived quality of the application.
I've modeled my approach based upon the example provided here - http://www.telerik.com/demos/aspnet/Grid/Examples/AJAX/EditOnDblClick/DefaultCS.aspx
I experience the same behavior described above when interacting with the example.
Thanks for any assistance you can provide.
-CH
I have a couple issues:
1) I'm making an ajax call to the code behind to both put the grid row in edit as well as to save changes made. Everything goes great with exception of change of the cursor display to 'default' once the routine has completed. It gets stuck on 'wait'. The thing is, once a user moves their mouse the cursor flips back to the proper context. I've tried making an explicit call in the client-side script with no luck.
2) I would also like to set focus on the edited row textbox control (I have only one). I've experiemented with both client-side and server side calls but continue to be stuck like chuck.
Neither of these issues is a show stopper, but I plan to use this approach throughout the site (which will make heavy use of grids), and I'm concerned it will negatively impact perceived quality of the application.
I've modeled my approach based upon the example provided here - http://www.telerik.com/demos/aspnet/Grid/Examples/AJAX/EditOnDblClick/DefaultCS.aspx
I experience the same behavior described above when interacting with the example.
Thanks for any assistance you can provide.
-CH