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

LoginControls skipped but styled

3 Answers 50 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 06 Nov 2019, 03:30 PM

I skipped Logincontrols in rfd like this:

 <telerik:RadFormDecorator ID="RadFormDecorator1" Skin="Default" Visible="true" DecoratedControls="All" ControlsToSkip="LoginControls,Buttons" EnableRoundedCorners="false" runat="server" />

but they are styled with rfd:

 

<table id="cph_content_Login1" class="rfdLoginControl" style="width:100%;border-collapse:collapse;" cellspacing="0" cellpadding="0">

What's wrong here?

 

Marc

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 Nov 2019, 12:58 PM

Hello Marc,

The supported by the form decorator login controls are highlighted below in the source code extract:

if ((webCasLogin != null || webC is LoginStatus || webC is LoginName || webCasCP != null || webC is CreateUserWizard) &&
				(CurrentDecoratedControls & FormDecoratorDecoratedControls.LoginControls) > 0)
			{
				webC.CssClass = "rfdLoginControl";
#if ASPNET40 || ASPNET45
				if (webCasLogin != null)
					webCasLogin.RenderOuterTable = true;
				if (webCasCP != null)
					webCasCP.RenderOuterTable = true;
#endif
			}

Which login component are you using?

Which render mode of the RadFormDecorator you have set?

Do you experience the problem in Classic or Lightweight RenderMode with the latest version?

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 13 Nov 2019, 07:44 AM

Hi Rumen, I am not using this page anymore and unfortunately no time to dig in.

So please leave it for the time being...

 

Marc

0
Rumen
Telerik team
answered on 13 Nov 2019, 08:07 AM

Please take your time, Marc!

We will however appreciate any feedback on this matter you can provide in the future so that we can improve the reported behavior.

Thank you.

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
FormDecorator
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Rumen
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or