Hi I get json like this
from an url. There is no data to send.
Then the grid will just throw this in console
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.
{"ITEM_TYPE" : "", "ITEM_CODE": "", "ITEM_NAME": "", .....
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.