HA
haneefm
Syncfusion Team
November 23, 2007 11:48 PM UTC
Hi Franck,
You need to call the CurrentRecord.SetCurrent( arg) method after adding the SelectedRecords in a GridTable. Please try these code and let me know if this helps.
this.gridGroupingControl1.Table.CurrentRecord.SetCurrent("ColumnName");
this.gridGroupingControl1.Table.CurrentRecordManager.ForceShowCurrentRecord = true;
Best regards,
Haneef.