Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Hilight a row...

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Hilight a row...
Link Posted: 17-Nov-2005 03:35
If I have a flygrid that has a number of columns and rows in it, and the first column contains the following information:

Row1Text
Row2Text
Row3Text

If I wanted to hilight the row that contain the text 'Row2Text' in column 1 how would I go about this??

Thanks

Simon
Link Posted: 17-Nov-2005 14:35

Me.Flygrid1.Rows.Items(1).Selected = True


Also you can use examples of custom drawing from
Tree/ListView replacement (check node to highlight)
or VirtualGrid sample or search FlyGrid.Net support board for 'custom draw' examples.