I have a button on my form that should check all the checkboxes.
What''s wrong with this:
For i = 0 To ShopFilterDG.TableModel.RowCount - 1
ShopFilterDG.TableModel(i, ShopFilterDG.TableControl.Model.NameToColIndex("Selected")).CellValue = False
Next
By the way, the checkbox is an unbound field.