Hello,
I have a programatically created grid in which one of the columns is a GridCheckBoxColumn that is bound to a boolean column from my dataset (named "IsExcluded"). I would like to be able to select or deselect the row's checkbox belonging to said column without going into edit mode for the selected row. Also whenever a checkbox is pressed, I would like to postback and write the changes to my database, so I should be able to catch such event on server side. In other words, I cannot use the GridClientSelectColumn since it does not show if a checkbox is already checked (boolean = 1) on my database since it does not bind to its datafield. Neither can I use the idea shown in this demo (http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectrowwithcheckbox/defaultcs.aspx) due to limitations in our design and the way the grid and its items are generated.
Therefore, what I need (sort of) is for the row to go into inline edit mode without having to press the edit button and executing the edit whenever the user changes the checked value in the checkbox.
Is that possible? Do you have any ideas?? I have spent more than 15 hours trying to solve this with no avail :( :( :(
Thanks in advance,
Manuel
I have a programatically created grid in which one of the columns is a GridCheckBoxColumn that is bound to a boolean column from my dataset (named "IsExcluded"). I would like to be able to select or deselect the row's checkbox belonging to said column without going into edit mode for the selected row. Also whenever a checkbox is pressed, I would like to postback and write the changes to my database, so I should be able to catch such event on server side. In other words, I cannot use the GridClientSelectColumn since it does not show if a checkbox is already checked (boolean = 1) on my database since it does not bind to its datafield. Neither can I use the idea shown in this demo (http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectrowwithcheckbox/defaultcs.aspx) due to limitations in our design and the way the grid and its items are generated.
Therefore, what I need (sort of) is for the row to go into inline edit mode without having to press the edit button and executing the edit whenever the user changes the checked value in the checkbox.
Is that possible? Do you have any ideas?? I have spent more than 15 hours trying to solve this with no avail :( :( :(
Thanks in advance,
Manuel