Hello
I'm trying to change the background image of an RadButton with javascript:
But I can't figure out how to do this? I have looked in the documentation here http://www.telerik.com/help/aspnet-ajax/button-client-side-basics.html but did not find anything.
Any suggestions?
-Casper
I'm trying to change the background image of an RadButton with javascript:
<
telerik:RadButton
runat
=
"server"
Width
=
"85px"
Height
=
"33px"
ID
=
"btnSup"
">
<
Image
IsBackgroundImage
=
"True"
ImageUrl
=
"/Images/Buttons/test.png"
></
Image
>
</
telerik:RadButton
>
But I can't figure out how to do this? I have looked in the documentation here http://www.telerik.com/help/aspnet-ajax/button-client-side-basics.html but did not find anything.
Any suggestions?
-Casper