This is a migrated thread and some comments may be shown as answers.

radnumericbox inside radgrid return different value from javascript after upgrade the telerik version

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CH
Top achievements
Rank 1
CH asked on 07 Sep 2012, 02:34 AM
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

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?

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 12 Sep 2012, 10:07 AM
Hi,

See this blog post that explains how to access the value and what are the changes:
http://blogs.telerik.com/blogs/posts/12-06-22/changes-in-radinput-in-q2-2012-version-of-radcontrols.aspx

Kind regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
CH
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or