Good Morning Telerik team,
I'm trying to use the new MaskedTextInput; but I'm having trouble. We have a business case where we need to hide certain characters in a field. I'm binding to the Value property. What I need to happen is:
1. The user types 123456789 in the control
2. When the control loses focus, I need it to display *****6789.
I've tried applying a different mask, on the lostfocus event, but that doesn't work.
I've tried binding to the text property thinking the value would stay as 123456789, but display properly. That didn't work either.
I've also tried explicitly setting the text value, but that does one of two things. The text value changes, but isn't displayed, or the text value is displayed, but the Value property is also *****6789 instead of the original value.
This seems like this should be simple.
Thanks!
I'm trying to use the new MaskedTextInput; but I'm having trouble. We have a business case where we need to hide certain characters in a field. I'm binding to the Value property. What I need to happen is:
1. The user types 123456789 in the control
2. When the control loses focus, I need it to display *****6789.
I've tried applying a different mask, on the lostfocus event, but that doesn't work.
I've tried binding to the text property thinking the value would stay as 123456789, but display properly. That didn't work either.
I've also tried explicitly setting the text value, but that does one of two things. The text value changes, but isn't displayed, or the text value is displayed, but the Value property is also *****6789 instead of the original value.
This seems like this should be simple.
Thanks!