In the datagrid I set for some columns Format property to the checkbox but in runtime it shows only 0 or 1.
I found some suggestion to write that code :
DataGrid1.Columns(3).DataFormat.Type = StdFormat.fmtCheckbox
but nothing changed.
Any other ideas?
Thank you!
I found some suggestion to write that code :
DataGrid1.Columns(3).DataFormat.Type = StdFormat.fmtCheckbox
but nothing changed.
Any other ideas?
Thank you!