Browse By Tags

  • Changing color formatting in exported grid

    I have an app where InitializeRow colors the BackgroundColor of each row according to a hierarchy:

    But I want those colors to be omitted when I export to Excel.  I tried using if (!r.Band.Layout.IsExportLayout) on the lines of code in the grid's InitializeRow…