This is a migrated thread and some comments may be shown as answers.

Unknown server tag 'telerik:RadButton'.

6 Answers 321 Views
Button
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 04 Nov 2010, 11:13 AM
I added the following code to page:
<telerik:RadButton
                            ID="RadButton1"
                            runat="server"
                            Text="RadButton Submit"
                            EnableEmbeddedSkins="false"
                            Skin="MyCustomSkin">
                        </telerik:RadButton>
And received the " Unknown server tag 'telerik:RadButton'." message. Also I can't find RadButton  among RadControls in Toolbox. What am I doing wrong?

6 Answers, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 04 Nov 2010, 11:55 AM
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
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
Sebastian
Telerik team
answered on 04 Nov 2010, 12:44 PM
Hi Michael,

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:
<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">
But nothing changed. What is wrong here?
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.
Tags
Button
Asked by
Michael
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Michael
Top achievements
Rank 1
Share this question
or