G
Guest
Hi
I have created a DataColumn and added it to a DataGrid
DataColumn cCat = new DataColumn(cat.Name, typeof(bool))
In the DataGrid it is possible to edit the bool value to true, false or null
Is there a way to not allow the null value (shown as not enabled checkbox) when editing
Best regards, Eric
I have created a DataColumn and added it to a DataGrid
DataColumn cCat = new DataColumn(cat.Name, typeof(bool))
In the DataGrid it is possible to edit the bool value to true, false or null
Is there a way to not allow the null value (shown as not enabled checkbox) when editing
Best regards, Eric