G Guest Jul 12, 2005 #1 How to create checkbox column in a Datagrid using C# CF ? Is there any solution for that ?
S Sergey Bogdanov Jul 12, 2005 #2 The DataGrid doesn't support checkboxes. Try to consider to use ListView instead.