Hi,
I am using an ultra numeric editor which has its format provider set to de-DE and its mask input to {double:5.2}. Here I want to put in a price value.
Is there any way to jump to the decimal values by using a comma as well as the point on the keyboard?
When I take format provider e.g. for Great Britain then this is working, but not for the german one.
So when the point is clicked on the keyboard I need the control to do the same as if the comma is clicked. Is this possible without do it programmatically?
Thanks!
okay, then I will do this. Thanks for help!
I tried it out, but I don't see any way to do this, other than handling the KeyDown event and actually changing the key code from decimal to comma.
we use Infragistics 12.1. Comma Key is working but I also want to have the point key working for decimal seperator. Is this possible?
Which one is not working? I assume that de-DE uses the comma as the decimal separator, so the comma should work. So are you saying that the point (period) key is not working?
What version of NetAdvantage are you using?