Please note: In an effort to better serve you, we are in the process of restructuring DevCenter. In the process, we have moved many items that you may be used to finding in DevCenter over to the Main Site. If you are having trouble locating something, please try looking at the following places:
When you place a new UltraWinGrid on a form, it loads a default Preset. This preset applies an ActiveRowAppearance and an ActiveCellAppearance to the grid which make the ActiveRow appear with the same colors as a selected row.Note that this behavior does not affect selection in any way. To control row selection in the grid, you should use the SelectTypeRow property on the Override.
To turn off this appearance on the active row, open up the property grid window in Visual Studio and go to the UltraWinGrid's properties. Expand DisplayLayout.Expand Override.Go to the ActiveRowAppearance property. Right click on this property in the property grid and click Reset. Go to the ActiveCellAppearance property and do the same thing.