AD
Administrator
Syncfusion Team
December 13, 2004 06:50 AM UTC
To add a row to the grid''s Selections collection, you need to find its rowindex and then use code like this to select it.
grid.Selections.Add(GridRangeInfo.Row(rowIndex));
Here is a forum thread that discusses your question. http://64.78.18.34/Support/Forums/message.aspx?MessageID=19862