Hi Team!
I have set this property on my masked input controls
this.SelectionOnFocus = Telerik.Windows.Controls.SelectionOnFocus.SelectAll;
And it works BUT only when I click inside the mask area....
If I click outside the mask area of say my textbox, it does nothing, makes user think he can't even type in that control
How can I make it do a selectAll even if user clicks outside the mask area of the control? Otherwise like I said they will think they can't type in the control.
I have set this property on my masked input controls
this.SelectionOnFocus = Telerik.Windows.Controls.SelectionOnFocus.SelectAll;
And it works BUT only when I click inside the mask area....
If I click outside the mask area of say my textbox, it does nothing, makes user think he can't even type in that control
How can I make it do a selectAll even if user clicks outside the mask area of the control? Otherwise like I said they will think they can't type in the control.