Consider the following picture
I get the selected row values in the th
var rowHandle = gridView.FocusedRowHandle; var obj = gridView.GetRowCellValue(rowHandle, "FieldName"); //For example int val= Convert.ToInt32(gridView.GetRowCellValue(rowHandle, "FieldName"));