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

Problem after install new Q3 version

1 Answer 87 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 10 Nov 2010, 09:55 PM
Hi, I've been working in an application with Q2 of Telerik Ajax for some time without problems, but now I've installed new version of Telerik ASP.Net Ajax controls (Q3) and now when I run my application I received the next error after clicking in Login link:

The style property 'CssClass' cannot be used while RenderOuterTable is disabled on the Login control with ID 'LoginUser'.

This has been the only change to my application.
Any idea?
Regards
Jose

Update: If I remove my RadFormDecorator from my Master Page all works fine again:

        <telerik:RadFormDecorator ID="QuasarRadFormDecorator" runat="server" DecoratedControls="All" />

1 Answer, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 11 Nov 2010, 10:35 AM
Hello Jose,

This is a problem with the Q3 release that will be fixed in the next internal build and the first official SP release.

For now, there are several workarounds that you can try:

1) set the ControlsToSkip property of the RadFormDecorator to "LoginControls" or
2) set the CssClass property to any value for the Login and ChangePassword controls on your page or
3) set the RenderOuterTable property to true for the Login and ChangePassword controls on your page


Best wishes,
Lini
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
Tags
General Discussions
Asked by
Jose
Top achievements
Rank 2
Answers by
Lini
Telerik team
Share this question
or