This example demonstrates how to programmatically switch the grid into edit mode, and to save changes when the row focus moves.
See Also:
How to implement a single cell editing feature in the ASPxGridView
ASPxGridView - Multi-Row Editing
How to implement instant editing in the ASPxTreeList
Question Comments
Added By: Sushant Deshpande at: 6/23/2014 11:00:42 AM
Hi,
I have used this piece of code. but I have to click on the row to go into edit mode.
Is there any way to keep all the editable fields always into edit mode, so that i don't have to click on the row to go into edit mode?
Thanks