P
Peted
Hi
I need to iterate through a winforms visible datagrid, in a legacy
application, to update it a little bit to change the background
colours of the grid.
This seems to be more dificult than i expected as it does not appear
the DataGridRows[] collection is exposed with DataGrid.
Is there a way to/ or best way to iterate through the rows of a
datagrid to change the background colour.
Note that i cannot update the winforms app to use a DataGridView
Any advice or examples appreciated
Peted
I need to iterate through a winforms visible datagrid, in a legacy
application, to update it a little bit to change the background
colours of the grid.
This seems to be more dificult than i expected as it does not appear
the DataGridRows[] collection is exposed with DataGrid.
Is there a way to/ or best way to iterate through the rows of a
datagrid to change the background colour.
Note that i cannot update the winforms app to use a DataGridView
Any advice or examples appreciated
Peted