I am changing, for instance: the Grid Backgroup color, using the Designer, Control Settings, Ultra Grid, Display Layout, BackColor. I set to ControlDark and the backgroup show Control Dark. I save and apply settings. When I run, the control still shows this as white. I cannot find any setting that is telling the grid to save/load past run settings,etc. If there is one, where is it and how do I turn it off?
I have tried digging in to the maze of properties in runtime and the same setting set in code after populating grid also fails, as does, for instance:
Display.OverRide.Appearance.FridayOnly.UserSpecific.OverRide.Bands[0].WhenOnlyOneBand.Appearace.OverRide.BackColor.RegionSpecific.Users.Race.BackColor.LastUsed.OverRide.ColorBlindAccessibilty.WhenTrue = Color.DarkGrey
Thanks.
Hello sunibla,
I have tried your scenario, following your steps and I was not able to reproduce this. Setting the 'BackColor' property to 'ControlDark' color works fine for me. Probably you would have to ensure that there is not any code overriding the properties you are trying to set in design time. If you are applying a theme, it might override your settings in design time also.
Please take a look at the sample attached in this post and feel free to let me know if there is anything else you want to ask.
OK, thanks for getting back to me on this so quickly