As we can Add single checkbox to column to datagrid view column but is it possible to add checked list box to datagrid view the aim is to have a cell having multiple checkboxes.
How can we add them?
How can we access their properties,such as text and checked ?
Got some answer but i cannot understand it
http://social.msdn.microsoft.com/Forums/en/winformsdatacontrols/thread/6c68a44c-c4ab-4caf-94e9-249ec63a90d0
You can do this by creating a custom DataGridView column. There are many articles on the web that demonstrate this; here’s one example. Expose the checkboxes as properties to access their properties.