DataGridView and CheckedListBox

sksmiths

Newcomer
Joined
Mar 3, 2009
Messages
2
Is there a way to extend the functionailty of a data grid cell so that it can contain a checked list box. We have an application where a parent/child relationship exists and the child records have a field that is best suited with a checked list box (it is a bitmap enum value).

Or if anyone has come across a similar sitiaution and can offer a suggestion regising how to implement such a field hat would be great.

Thanks
Tim Smith
 
Back
Top