Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'd like to create a custom control in a DataGridCell, namely a CheckListBox. I've copied the code here.

It compiles and runs, but I can't figure out how to get the CheckListBox to contain any options. All I'd like to do it change the CheckListBox.Items property to a fixed array of Strings, but apparently that's a read-only property. Since the data will be constant and known at compile I don't think I should need to do any data-binding. Any ideas?
Posted
Updated 17-Dec-12 4:51am
v2

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