Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
Binding IList or Datatable to a ultraComboEditor checkboxes
posted

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

Parents
No Data
Reply
  • 69832
    Offline posted

    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.

Children
No Data