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
60
Can I have binding for MaskedTextField in "http://infragistics.com/DataPresenter"
posted

Hi,

I have a situation where, I have to display the phone number based on user choice, this could be in any format for e.g. '(xxx)-xxx-xxxx', I don't want user to edit it.

for this I am using a infragistics field since its a datapresenter I don't want to use editor, I tried using MaskedTextField but my Mask property is not responding to binding and tried using converter as well but its not working, so how can I achieve just showing data based on user preference?