AD
Administrator
Syncfusion Team
February 19, 2007 03:48 PM UTC
Hi Shachar,
You can use the SetCurrent method to set the current record in a grid. Try the below code.
Record r=ggc.Table.UnsortedRecords[x];
r.SetSelected(true);
rec.SetCurrent("ColumnName");
Best regards,
Haneef