Hi!
I have a datagrid connected to dataset.
I am inserting row with:
oRow = Me.m_DataSet1.Tables(0).NewRow()
...
Me.m_DataSet1.Tables(0).Rows.Add(oRow)
now,
I want that the datagrid will select the new row.
How do i do it?
I have a datagrid connected to dataset.
I am inserting row with:
oRow = Me.m_DataSet1.Tables(0).NewRow()
...
Me.m_DataSet1.Tables(0).Rows.Add(oRow)
now,
I want that the datagrid will select the new row.
How do i do it?