Set Rows to Select/highlight in GDBG..

How do i set a row to be the selected/highlighted row in a grid data bound grid?? i want to select/hightlight the row If for example Name is Angela.. Thankz

1 Reply

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

Loader.
Up arrow icon