Hi,
I have to validate my RadComboBox with custom validator and if the validation is failed i have to set the style as the textbox image attached. Pls. Guide me how to achieve this.
Additional info: in text box we have the following code
textbox._invalid = true;
textbox.updateCssClass();
What is the similar one for RadComboBox.
Jidesh