I have a a derived version of GridViewMultiComboBoxColumn, which is exposing a default editor type that is a CustomRadMultiColumnComboBoxElement (derived from RadMultiColumnComboBoxElement). The derived class is overriding ThemeEffectiveType and returning RadMultiColumnComboBoxElement, however, it's not themed when it moves into edit mode. How do I get it to theme properly?
An image of what I'm talking about is here:
http://img40.imageshack.us/img40/2418/themed.png
The button is gray, but should be blue to match with the rest of the UI. Also, the textbox shouldn't have the border around it like it does. How do I fix this issue?
An image of what I'm talking about is here:
http://img40.imageshack.us/img40/2418/themed.png
The button is gray, but should be blue to match with the rest of the UI. Also, the textbox shouldn't have the border around it like it does. How do I fix this issue?