Hello,
I've been trying to figure out how to allow the numerictextbox to mask the input as it is beeing written, for example, i want to write the number 12345.1, and i want it to look like this.
{numerictextbox selected}
1
12
123
1,234
12,345
12,345.1
{enter key pressed}
The idea, basically, is to have the same functionality that the devexpress control has with the "g" on the masksettings option.
Thanks
I've been trying to figure out how to allow the numerictextbox to mask the input as it is beeing written, for example, i want to write the number 12345.1, and i want it to look like this.
{numerictextbox selected}
1
12
123
1,234
12,345
12,345.1
{enter key pressed}
The idea, basically, is to have the same functionality that the devexpress control has with the "g" on the masksettings option.
Thanks