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

Error 'd is undefined'

0 Answers 154 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Amol
Top achievements
Rank 1
Amol asked on 24 Jan 2012, 04:10 PM
Hi I get json like this
{"ITEM_TYPE" : "", "ITEM_CODE": "", "ITEM_NAME": "",  .....
from an url. There is no data to send.
Then the grid will just throw this in console 
d is undefined
return new Function("d", "return " + kendo.expr(expression, safe));

the error repeats it self if I press 'Add New Record' button.
I am using an handler to get data.
If I use local data and use above string then it works fine. But if I delete the all rows and then try to press 'Add New Record' button I get same error.
Thank you.  

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Amol
Top achievements
Rank 1
Share this question
or