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" />
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" />