Hi
sfDataGrid is selection mode is Cell only,
I get the selected cells by the following code.
try to get by RowIndex, but it returns -1 no matter what row it is.
foreach(GridCellInfo gci in SP_DataTable.GetSelectedCells())
{
MessageBox.Show(gci.RowIndex.ToString());
}