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

radTextBox - PasswordStrengthSettings

1 Answer 151 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
dhuss
Top achievements
Rank 1
dhuss asked on 31 Aug 2011, 09:34 PM
Any time I use the properties window to change something on a radTextBox, example: tabindex, the PasswordStrengthSettings keeps getting inserted inside the <telerik:RadTextBox> tags. How do I stop this from happening besides doing the coding directly in the html code? I am using Telerik.Web.UI version 2011.2.712.35

<PasswordStrengthSettings ShowIndicator="False" CalculationWeightings="50;15;15;20"
    PreferredPasswordLength="10" MinimumNumericCharacters="2" RequiresUpperAndLowerCaseCharacters="True"
    MinimumLowerCaseCharacters="2" MinimumUpperCaseCharacters="2" MinimumSymbolCharacters="2"
    OnClientPasswordStrengthCalculating="" TextStrengthDescriptions="Very Weak;Weak;Medium;Strong;Very Strong"
    TextStrengthDescriptionStyles="riStrengthBarL0;riStrengthBarL1;riStrengthBarL2;riStrengthBarL3;riStrengthBarL4;riStrengthBarL5;"
    IndicatorElementBaseStyle="riStrengthBar" IndicatorElementID=""></PasswordStrengthSettings>


1 Answer, 1 is accepted

Sort by
0
Accepted
Vasil
Telerik team
answered on 02 Sep 2011, 03:15 PM
Hello Dhuss,

It seems that the DefaultValue attribute is not set for these properties in the PasswordStrengthSettings class which causes them to be set (and marked as different from default) when using the designer.
The problem happens only in some version of Visual Studio and this made it harder to catch.

We will fix this and it should work fine in the next releases.

Regards,
Vasil
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Ajax
Asked by
dhuss
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or