Click here to Skip to main content
15,891,840 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all;

I have a column in a datagridview control that is of type checkedlistbox.

The datagridview control is unbound. I want to add (different) items to the checkedlistbox column for each row of the datagridview control, but there doesn't seem to be any Items.Add method... only thing I can find is for assigning a datasource to the column, which is what I don't want to do.

How do I add items for this unbound scenario?
Posted
Comments
Sergey Alexandrovich Kryukov 19-Mar-13 10:03am    
System.Windows.Forms, I presume? Tag it: "WinForms". And try to use fully qualified names of types, properly spelled. Not "DataGrid".
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900