Hello I have a ultra grid with a column style set to Button. The button is picking up the base styling for our application and I wish to curtail that behavor. I want the rest of the grid to adhear to the style sheet but not the button. I don't find any property that would allow me to set the UseAppStyling to False.
I'm sure it's a ultabutton, but how do I get at that property to turn it off?
Thank you.
Hey Mike, Thanks for your reply. Not what I wanted to hear, but I understand. I may try embedding a button as you have suggested.
There's no way to turn off application styling for a part of a control - only for the entire control. A button in a grid cell is not a control, so there's no way to do that.
One potential solution would be to use the UltraControlContainerEditor to embed an actual button or UltraButton control into the cell instead of using the built-in buttons in the grid.