Hi,
Attached shows what we got as default when using the RadMaskCurrencyInput. My customer requests that when the user press Enter it reverts to this same state which is zero as 0.00 and the cursor placeed at the same place but I've been unsuccessful to have the state back to default after the user have entered an amount and pressed enter.
I tried
​rmciAmount.Value = 0;
rmciAmount.Focus();
But this makes the control not having the 0 and the cursor is at the beginning. So what do I have to do to have the default state of the control after the user entered a value and pressed enter.
Thank you
Attached shows what we got as default when using the RadMaskCurrencyInput. My customer requests that when the user press Enter it reverts to this same state which is zero as 0.00 and the cursor placeed at the same place but I've been unsuccessful to have the state back to default after the user have entered an amount and pressed enter.
I tried
​rmciAmount.Value = 0;
rmciAmount.Focus();
But this makes the control not having the 0 and the cursor is at the beginning. So what do I have to do to have the default state of the control after the user entered a value and pressed enter.
Thank you