Hi,
I am using RadInputManager with a NumericTextBoxSetting to manager a number of asp:TextBox controls for user input on float numbers.
It works fine, except:
1. when the user enters 0.0, after leaving the TextBox, the value in the Textbox is changed from "0.0" to "0", this is not a big deal.
2. when the user clicks on another button to save the data, the value "0" in the textbox is changed to empty string.
I am wondering where can I adjust either the RadInputManager or NumericTextBoxSetting not to reset the 0 values to empty string?
Thanks!
wenbiao