We have a control that inherits from UltraTextEditor. We are going to change this to inherit from UltraFormattedTextEditor. The problem is that the UltraTextEditor has the PasswordChar property and the UltraFormattedTextEditor does not. Is there a property in the new class that would give us the same functionality?
This question is answered here:
Using <input type="password"> in UltraFormattedTextEditor - Infragistics Community
Hi,
i put <input type="password"> in the ultraformattedtexteditor value property. but it shows character, i have typed. please give the solution for this
As mentioned in the linked post, the "input type" tag is not currently supported.
Thanks
No, UltraFormattedTextEditor currently has no support for password characters.
Any alternate is there for UltraFormattedTextEditor PasswordChar?