Hi all
We moved from the standard DataGridView to the RadGridView.
The DataGridView has an item property where you can set the column and row index yourself.
The 1 being the column position and 15 the row position.
What is the RadGridView equivalent?
Thank you
We moved from the standard DataGridView to the RadGridView.
The DataGridView has an item property where you can set the column and row index yourself.
dgvGrid.CurrentCell = dgvGrid.Item(1, 15)
The 1 being the column position and 15 the row position.
What is the RadGridView equivalent?
Thank you