i loading json data in kendo ui treelist passing data in transport
, getting error in line :
e.success(data);
error :
uncaught syntaxerror: unexpected identifier r.getter @ kendo.all.min.js:1 n.extend.proxy.n.isfunction.f @ jquery.min.js:2 n.extend.proxy.n.isfunction.f @ jquery.min.js:2
(function(d /**/) { return (d.enditems0_82002291-4_006) })
problem because of enditems0_82002291-4_006
, 82002291-4
value of json field , field in kendo ui treelist column. works fine if dont have '-'
in value 82002291
.
Comments
Post a Comment