Using angularjs and json data source served by php
http://dojo.telerik.com/UrOzi
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 05 Sep 2016, 02:23 PM
Hello Whitt,
The described issue is caused by the fact that the data is returned as strings instead of numbers. Ideally, this should be handled on the server, but if you do not have control over the back end, the data should be parsed appropriately via the dataSource.schema.parse option: