AD
Administrator
Syncfusion Team
March 21, 2007 02:35 PM UTC
Hi Lim,
Use the Model.Selections property to manages selected ranges in the grid. It allows you to add, remove and get selections, determines selection state of a specific cell.
this.grid.Model.Selections.Add(GridRangeInfo.Rows(3,5));
this.grid.Model.Selections.Remove(GridRangeInfo.Row(4));
Best regards,
Haneef