W
wandii
Hi,
I have a datagrid attached to a datatable and upon inserting a new
record how can I move
the current postion to the inserted row. For example, I already have 3
records in datagrid
and first row is highlighted after adding a new row, 4th one, I would
like to move the row position to the 4th row.
I tried Datagrid.Rows.Find(newrow), select() no luck. Please let me
know if there is an easy way to do this.
Thanks in advance
I have a datagrid attached to a datatable and upon inserting a new
record how can I move
the current postion to the inserted row. For example, I already have 3
records in datagrid
and first row is highlighted after adding a new row, 4th one, I would
like to move the row position to the 4th row.
I tried Datagrid.Rows.Find(newrow), select() no luck. Please let me
know if there is an easy way to do this.
Thanks in advance