i have grid, i want to get the selected cell of that grid.
is there is a way to accomplish that?
grid.Selected.Cells
If you want the cell that has the focus, use grid.ActiveCell.