Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
how to XamDataGrid hide Field Text
posted
hello. 
I am using XamDataGrid with user information.
This page can only be viewed by administrators, and only administrators can edit information.
The field has a password and I want to make this password invisible.
Ex) password : ***************


I'm use MaskedTextField but, can't edit Fieldtext. this is my xaml.

<igWPF:MaskedTextField Name="user_pw" Label="Password" Width="*" Mask="******"/>

When I use Mask="*******", the text is invisible. but, the text cannot be edited.
Can I make only the text invisible while keeping the content as it is?