Hi,
in release 2009.01 a comboeditor with checkboxes has been released. Is it possible to bind a IList (Datatable) to the combo checkboxes?
regards
Stefan
No, there is no way to bind the checkboxes. The ValueListItem class exposes the value of the checkbox via its CheckState property, so if you wanted you could route the value of that property to/from a cell in the datatable.