Hi,
i would like to set ActiveRow and SelectedRow background color from AppStylist for my
style file "style.isl". I have access to GridRow_Selected and GridRow_Active from AppStylist but i cant change the background color. If i set a background color from the AppStylist in like GridRow_Selected, i only have a border color and the real Background color doesnt change.
Can you help me ?
Thank you
I finally found how to change like Active background color of GridRow in AppStylist.
In the GridRow properties ( Common States / Active ) i removed the ressource GridRow_Active
and after that i was enable to set background color. I did the same thing for GridCell.
If only the border is affected, then my guess is that your isl file has styling for the Cell and then cell is covering most of the row. Check the UltraGridCell UIRole and see if the Selected and/or active state have a backcolor set on them. You might also want to check if any of the state on either the row or the cell has an Image or ImageBackground applied. The Image will cover the BackColor.