When using the radbutton (see markup below) I would like to know the controls method to change the cssclass...
I figured I would have access to a method like .set_cssClass... but I don't see that... Via the documentation..
What is provided is the get_cssClass...
Anyway, I know how to do this via straight javascript or jquery.. but is there a telerik way?
I figured I would have access to a method like .set_cssClass... but I don't see that... Via the documentation..
What is provided is the get_cssClass...
Anyway, I know how to do this via straight javascript or jquery.. but is there a telerik way?
<
telerik:RadButton
ID
=
"ImageButtonStatusLock"
CssClass
=
"UnLockIcon"
runat
=
"server"
Text
=
"Image Button"
OnClientClicked
=
"OnClientClicked"
AutoPostBack
=
"false"
ButtonType
=
"StandardButton"
>
<
Image
EnableImageButton
=
"true"
/>
</
telerik:RadButton
>