Hi,
I have a radgrid, with EditMode as "PopUp". I want the Update and cancel Button to be of PushButton Type. But, when I set the ButtonType Property, It comes with default skin. But I want it to have a radButton skin. How to set it?
Thanks and Regards,
Deepika Karanth
1 Answer, 1 is accepted
0
Milena
Telerik team
answered on 16 Mar 2012, 01:30 PM
Hello Deepika,
The push button is not styled, because it is a regular <input type="submit" /> and if we have styled it it will be difficult to return its default settings.
However, you can style it with the following CSS example for the Telerik Skin
Additionally, I recommend you to use ButtonType="ImageButton" in case you want the button to style with changing the skin.
Greetings,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.