DataGrid & Checkbox
Manuel Kübler
Wie kann ich Checkboxes in einer DataGrid anzeigen?Anders Olsson
Hi Manuel,Set the Type property of the column:
grid.Columns["ColumnName"].Type = SwissAddonFramework.UI.Components.GridColumn.Types.CheckBox;
Regards,
Anders
0
Please sign in to leave a comment.
Comments
0 comments