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
340
CheckBox not editable
posted

I have an UltraGrid binded to a DataTable. Some of the fields are bool, and Infragistics shows a CheckBox for each cell that is of type bool (that's great!). Problem is the CheckBox is not editable by default. How can this be changed?

  • 469350
    Offline posted

    CheckBox cells in the Wingrid (and, in fact, all cells in the Wingrid) are editable by default. If you cells are not editable, then either you are disabling editing in the grid, or your data source doesn't allow editing.