I am trying to set the RadMaskEdit control up as a input for a point of sale. I need to enter the value of cash given by a customer. I'm using a popup numeric keypad but it will not have a decimal point button on it - just a number pad. The end result needs two decimal places like "3.50" but as you type in a number it needs to be added to the end of the number. For example; when i need to enter $3.50 i would just type 3 5 0 (no decimal point). The end result should be 3.50 in the text box.
Example 2
first digit entered 3 would display 0.03
second digit 5 entered would display 0.35
third digit 0 entered would display 3.50
I'm not sure what type of format you would call this but this is what i need. I tried a buch of options for the mask but none so far are giving me this functionality.
Can someone provide me a clue or point me in the right direction on this?