HI
I am a binding a datatable to a gridview. 4 columns are bit, while displaying the gridview it shows the checkbox, when I try to click the check box, showing the error setValue.
Please help me how to set the checkbox values true or false and I hv to save into the database
Table.
Regards
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Sep 2017, 11:03 AM
Hello, Ramachandran,
Thank you for writing.
The GridViewDataColumn provides a unified way of converting incompatible value types to a type supported by the column instance. The standard .NET Framework TypeConverter subclasses are used to convert values between data types. Additional information for converting the cell values is available here: http://docs.telerik.com/devtools/winforms/gridview/columns/converting-data-types
I hope this information helps. Should you have further questions I would be glad to help.