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
>