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
235
How to set RowAlternateAppearance for items in DropDownList inside a Ultra Win Grid
posted

Hi,

I have a Ultra Win grid with some columns. I have set column style as 'DropDownValidate' for one of the column.

e.Layout.Bands(0).Columns(ReasonDataColumns.REASON_DESCR.Value).Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownValidate.

Is there any way i can set the RowAlternateAppearance, CellAppearance, RowAppearance for items in DropDownList control inside the ultra win grid?

Parents
  • 469350
    Verified Answer
    Offline posted

    What are you using to provide the drop down list in the column? If you are using a ValueList, then no, there's no support for an alternate row appearance.

    If you are using an UltraDropDown control, then the UltraDropDown has an AlternateRowAppearace on the DisplayLayout.Override, just like the grid.

Reply Children