in the editform, I have a textbox that allow user input double and I have RadInputManager with NumericTextBoxSetting set to Type="Number" attached to that textbox.
now when I bring up the editform to edit existing record, the number 1628.87 is automatically format to 1,628.87, now when I click update, the method UpdateValues in method xxx_UpdateCommand throws exception:"1,628.87 is not a valid value for Double"
is this a bug? Thanks.
now when I bring up the editform to edit existing record, the number 1628.87 is automatically format to 1,628.87, now when I click update, the method UpdateValues in method xxx_UpdateCommand throws exception:"1,628.87 is not a valid value for Double"
is this a bug? Thanks.