This question is locked. New answers and comments are not allowed.
I have searched and tried a bunch of options to provide functionality to display a checkbox as a column in a MVC Grid and allow Batch editing on that grid. I want the user to be able to to check/uncheck it and then when the Batch Edit save button is clicked process the informaiton and save the new value for the checkboxes. All examples and things that I have tried only yield a readonly checkbox on the page. I need to do this in Batch Editing mode. Is this possible with this control?
Actually I have just stumbled onto the fact that the online demo does work somewhat, however you can not initially click on the check box image that is displayed. Instead you have ot click somewhere around the checkbox image to get the editing template to become active. This seems like a bug or maybe that the demo is not fully functional? I had looked at that same demo a few times and it never occured to me to click outside the checkbox to actually be able to edit it :-) Anyone have ideas on how to make clicking on the checkbox cause the system to enter edit mode for that cell?
Actually I have just stumbled onto the fact that the online demo does work somewhat, however you can not initially click on the check box image that is displayed. Instead you have ot click somewhere around the checkbox image to get the editing template to become active. This seems like a bug or maybe that the demo is not fully functional? I had looked at that same demo a few times and it never occured to me to click outside the checkbox to actually be able to edit it :-) Anyone have ideas on how to make clicking on the checkbox cause the system to enter edit mode for that cell?