N
newbie_csharp
Hi,
how can I write a statement for a DataGrid's Column? for example one of
my column should be a checkbox but the table's field is not boolean:
DataGridBoolColumn boolCol = new DataGridBoolColumn();
boolCol.MappingName = "active";
"active" can be "YES" or "NO". how I can set this statement for this
column:
(active == "YES")
thanks
how can I write a statement for a DataGrid's Column? for example one of
my column should be a checkbox but the table's field is not boolean:
DataGridBoolColumn boolCol = new DataGridBoolColumn();
boolCol.MappingName = "active";
"active" can be "YES" or "NO". how I can set this statement for this
column:
(active == "YES")
thanks