I added the following code to page:
And received the " Unknown server tag 'telerik:RadButton'." message. Also I can't find RadButton among RadControls in Toolbox. What am I doing wrong?
<
telerik:RadButton
ID
=
"RadButton1"
runat
=
"server"
Text
=
"RadButton Submit"
EnableEmbeddedSkins
=
"false"
Skin
=
"MyCustomSkin"
>
</
telerik:RadButton
>
6 Answers, 1 is accepted
0
Accepted
Hi Michael,
Can you verify that you are using the Q3 2010 Beta release of RadControls for ASP.NET AJAX in your project? Note that we introduced the new button component in this release and it will not be available in previous versions of the suite.
Regards,
Sebastian
the Telerik team
Can you verify that you are using the Q3 2010 Beta release of RadControls for ASP.NET AJAX in your project? Note that we introduced the new button component in this release and it will not be available in previous versions of the suite.
Regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 04 Nov 2010, 12:36 PM
For yet I use the Q2 version, which component can replace Button from Q3? I just need button with Sunset skin instead of ASP buttons.
0
Accepted
Hi Michael,
To achieve your goal, consider using our RadFormDecorator control which can style standard asp Buttons.
Regards,
Sebastian
the Telerik team
To achieve your goal, consider using our RadFormDecorator control which can style standard asp Buttons.
Regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 04 Nov 2010, 12:45 PM
Thanks a lot.
0
Michael
Top achievements
Rank 1
answered on 04 Nov 2010, 01:06 PM
I added the following code:
But nothing changed. What is wrong here?
<
asp:Content
ID
=
"Content2"
ContentPlaceHolderID
=
"Body_content"
runat
=
"server"
>
<
telerik:radformdecorator
id
=
"FormDecorator1"
runat
=
"server"
DecoratedControls
=
"all"
Skin
=
"Sunset"
></
telerik:radformdecorator
>
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel1"
runat
=
"server"
>
0
Michael
Top achievements
Rank 1
answered on 04 Nov 2010, 01:30 PM
Just find other form decorator in main template. remove it, and now all work successfully.