radnumericbox inside radgrid return different value from javascript after upgrade the telerik version
Dear Sir:
I found the radnumericbox inside radgrid return different value from javascript after upgrade the telerik version (from 2010 q3 to 2012 q2)
e.g. the rntbox_EntitleRate has value 50000
return 50,000.00
The new version return the value with currency format. is there other related change from the update version?
Dear Sir:
I found the radnumericbox inside radgrid return different value from javascript after upgrade the telerik version (from 2010 q3 to 2012 q2)
e.g. the rntbox_EntitleRate has value 50000
Old version:
masterTable.get_dataItems()[row].findElement(
"rntbox_EntitleRate").value
return 50000
new Version:
masterTable.get_dataItems()[row].findElement("rntbox_EntitleRate").value
return 50,000.00
The new version return the value with currency format. is there other related change from the update version?