Hi, I would like to request that you add the ability to show/hide a hidden password similar to this: https://www.telerik.com/support/kb/aspnet-ajax/textbox/details/showpassword-button-for-radtextbox-with-textmode-password
This feature should be built into the toolkit, and not require custom coding.
You’re very welcome, Jefferson!
Please keep sharing your great ideas and feature suggestions for the AJAX Toolkit.
Regards,
Rumen
Progress Telerik
Hi everyone,
I have good news that the long awaited show/hide password feature will become available in the upcoming in late May 2025 Q2 release. You will be able to enable it by setting the RadTextBox's ShowPasswordButton property to true, e.g.
<telerik:RadTextBox RenderMode="Lightweight" runat="server" ID="PasswordTextBox"
TextMode="Password" ShowPasswordButton="true" Width="100%">
</telerik:RadTextBox>
please, do it as soon as possible!