check all - checkbox

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.

1 Reply

BH Bernard Herrok November 18, 2004 09:26 PM UTC

don''t worry about it. had the allowedit set to false. thanks anyway

Loader.
Up arrow icon