I am using a DevExpress AspxGridView containing columns with checkboxes I managed to make the checkbox editable, though I can not find a way to regain control in the grid. I came to know that there are methods like GetRow and GetRowValues in the grid but they obtain information from the data source that is not useful to me.
If you are wondering why I am not using the built-in editing method with the editing button in each line, this is because I want to make the user edit the check box instantly and grid me After clicking on the button, save all the changes.
I think you have added a checkbox to the dynamite template container in the column if so, then a To get editor examples, use ASPxGridView's method. An example of the requested functionality can be found here:
Comments
Post a Comment