When a grid is placed on a form and all of its default settings are retained, when the form is displayed, the grid automatically highlights the currently active row.
This behavior changes when we set the grid to display only a single band.
We'd like to limit the grid to single band view and have it highlight the first row as it does in multi band. Is this possible?
We are setting this property for single band:. grid.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand
Thanks
Hi,
The highlighting of the active row is controlled by the ActiveRowAppearance and ActiveCellAppearance properties on the Override. It makes no difference if the grid has a single band or multiple bands.
Thank you, that did it.