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
50
In Edit mode, when use the mask will not show "Text Select" correctly
posted

When in edit model and the text in the editor is selected, it will show like image below "Wrong.JPG"

However I want to tell the user that the text is selected just like normal editor.

My code is:  

column.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;

 column.MaskInput = "-n,nnn,nnn,nnn,nnn.nn";

column.PromptChar = ' ';