Hello!
How can i prevent the font color change (to white) in active rows?
(For the selected rows i found a solution with: "AppStylist/ComponentRoleSettings/Infragistics Components/UltraGrid/SelectionOverlayColor")In appstylist it is displayed exactly as I want! But not in the application...
Hello!ResolutionOrders! Now i understand the difference between Control & Application Settings!Here the Solution for my Problem:this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance.ResetForeColor();
Now it works finde - thank you!!!
In AppStylist, can you verify that the font color change was made in the area shown in the image below?Also, what options do you have set in regards to the ResolutionOrder for the UltraGrid?