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?
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.