Hi
Using v 1.3.36:
I have a grid with autogeneratedcolumns=false, i tried to show a datagridviewcheckbox control but no success. Other columns type cells display correctly. I set datasource in code/runtime (list)
I tried bool values and nullable bool? but no success, empty cell…
If i switch to textboxcolumn displays a string: True/False, but I’d like to display a checkboxcolumn
Thanks in advance!
Hi Ser,
I can’t reproduce. Wisej generates CheckBox columns for bool, bool? and CheckState types. If you have a custom theme try to remove it and use one of the built in themes. Check also if the generated class is DataGridViewCheckBoxColumn and the issue is that you don’t get the checkbox icon. If the generated class is wrong, then the data source is not returning the correct type, or you already have a column with the same data member name.
Let me know.
/Luca
Please login first to submit.