Accessing and setting the CurrentCell
In order to set the current cell of RadGridView, set the CurrentRow and CurrentColumn properties to respective row and column which cross at the desired cell:
Figure 1: Changing the current row changes the forms text.
Accessing the current cell
To get an instance of the current cell simply create a variable of type GridDataCellElement
and assign to it the current cell:
The CurrentCell property can be null when you don't have CurrentRow or CurrentColumn.