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

CommandBar textbox bug

2 Answers 106 Views
CommandBar
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 14 May 2012, 11:54 AM
hi to all
i have used RadCommandBar in which i have added a text box and that text box is used for to enter the Password. I have also set the Property PasswordChar * of text box but still it is showing the passwords.


2 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 14 May 2012, 12:47 PM
Hello Rahul,

Thank you for writing.

Currently, the PasswordChar property of the TextBoxElement is not serialized at design-time. You need to set it programmatically and you will get the desired behavior:

this.commandBarTextBox1.TextBoxElement.PasswordChar = '*';

I hope this helps.

Regards,
Nikolay
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
0
Rahul
Top achievements
Rank 1
answered on 14 May 2012, 01:42 PM
Thanks so much..........
Tags
CommandBar
Asked by
Rahul
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Rahul
Top achievements
Rank 1
Share this question
or