hi support,
try to insert in a new webform this simple code:
<c1:C1WebNumericEdit ID="Qty" OnClientTextChanged="TotalAmountObj.set_Value(QtyObj.get_Value()*UnitPriceObj.get_Value());" runat="server" />
<c1:C1WebCurrencyEdit ID="UnitPrice" OnClientTextChanged="TotalAmountObj.set_Value(QtyObj.get_Value()*UnitPriceObj.get_Value());" runat="server" />
<c1:C1WebCurrencyEdit ID="TotalAmount" runat="server" />
if you type in Qty control 960 and in UnitPrice control 0.57 result is 547.19 and is wrong. try using window calc and get 547.20
How can i solve this very big problem?
Thanks