StrataFrame Forum

Decimal place in numeric updown control

http://forum.strataframe.net/Topic6492.aspx

By Chan - 2/1/2007

Hi,

How could I key in value like '999.99' in numeric updown control?

It only allow me to key in '999', when I enter '.' it just reset my cursor to 1st position of text. I already set decimalplaces property to 2.



I also tried CRMSampleApplication, it behave the same.



Any ideas?



Thank you
By Trent L. Taylor - 2/1/2007

The StrataFrame NumericUpDown control is just inherited from the standard .NET NumericUpDown control.  This control does not work well with decimal places.  I recommend using the MaskedTextBox instead.