hello
I have added a checkbox column in my C1TrueDBGrid i want to check all of the checkboxes with single click i have been looking for a solution i found one for DataGridView which is to add a check box in the header of column and check all of the checkbox cells in the checked changed event of the checkbox header... but when i add this code for C1TrueDBGrid it doesn't work it gives a lot of errors one of which is we cannot use C1TrueDBGrid cell as checkbox or Boolean value cannot be compared as string can any one help?
Thanks in advance