Made a mistake in the title, I meant CheckBox
Hello.
I have a boolean value in a table that I would like to have the user edit by clicking a checkbox in a row of data. The GridCheckBoxColumn would be perfect but for some reason it cannot be edited.
I made a checkbox in a template column and I can databind it to show the existing value, but I am struggling with having the value save back do the database when changed. What is the most simple way to achieve this, while using AJAX so the page does not reload?
Is there any way to put the GridCheckBoxColumn in edit mode like when the EditCommand button is clicked?
Thanks
Hello.
I have a boolean value in a table that I would like to have the user edit by clicking a checkbox in a row of data. The GridCheckBoxColumn would be perfect but for some reason it cannot be edited.
I made a checkbox in a template column and I can databind it to show the existing value, but I am struggling with having the value save back do the database when changed. What is the most simple way to achieve this, while using AJAX so the page does not reload?
Is there any way to put the GridCheckBoxColumn in edit mode like when the EditCommand button is clicked?
Thanks