Hi,
I use my own style for the grid. The chosen color scheme leads to orangefocus cues on blue background on an active selected row. This is ugly and therefore I would like to completely disable the focus cues. Is there a way to do that?
Thanks in advance.
kind regards, olivier
HI Olivier,
I'm not sure I understand the question.
When you say "style", do you mean an application style? If that's the case, then you need to modify the Application Style Library to remove this styling.Or maybe you could change the ResolutionOrder on the grid's component role in the isl to use the control settings first.
Another option would be to create a StyleSet in your isl and make it the default for grids. Or you could use a separate style library for grids using the StyleLibraryName property.
It's hard to answer your question without a lot more specific information about what you are doing.