Home - Forums-.NET - FlyGrid.Net (Windows Forms) - checkbox columns not working with 1.2

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

checkbox columns not working with 1.2
Link Posted: 01-Sep-2005 05:42
Hi,
The checkbox doesn't appear on new rows anymore, why?

Kind Regards,
Link Posted: 01-Sep-2005 14:39
Please download fixed version (problem issued in your previous message is fixed in this version also).
Link Posted: 01-Sep-2005 20:45
The new version fixes the bug in my previous message indeed.
However this bug with the checkbox not appearing on new rows is not fixed!
Link Posted: 02-Sep-2005 00:14
It is not a bug, null values displayed by Boolean column as empty cell (see the Grid Stylizing sample).
Link Posted: 02-Sep-2005 01:53
the Grid Stylizing sample doesn't show new rows so the bug is obviously not reproducable there.
How can I show the checkbox on new rows even though the row is null ?
Link Posted: 04-Sep-2005 11:50
Please download latest update and set BooleanColumn.SupportNulls to true to display null values as empty checkboxes.
Link Posted: 04-Sep-2005 20:51
Thanks. Fixed