G
Guest
To edit third record in a datagrid, we have to say:
this.MyDataGrid.EditItemIndex = 1.
However, is it possible to make all 20 rows editable at the same time?
this.MyDataGrid.EditItemIndex = 1.
However, is it possible to make all 20 rows editable at the same time?