Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
UltraGrid: highlight first row on display when in SingleBand
posted

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

Parents
  • 469350
    Verified Answer
    Offline posted

    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.

Reply Children
No Data