We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon