Hi,
I saved a RadButton theme in an XML file and it's in the project's Resources file.
It's available in the Properties.Resources.RedGridButton class.
I have a RadGrid with a Command Column and I need to set the theme of its default RadButton.
But the grid's CellFormatting event exposes just the buttonElement of the command column.
How to set the button's theme?
Thanks!