I have created a simple 1 table service using Openaccess Domain Model and oData Data Service. When I try to call the service using the Kendo Grid, I can see the json data (using Fiddler) being returned/parsed but it is never displayed in the grid.
When I use IE9 to run my test, i get the following error:
Error: Unable to get value of the property '__count': object is null or undefined
I don't get that error in Chrome or Firefox but the data still does not display.
I used the example at http://demos.kendoui.com/web/grid/remote-data.html and just changed the service url and data fields as needed.
My service is a oData v3 and I have included the JSONSupportBehavior attribute in my class. You can use this link http://www.thinkkentucky.com/fidatao/ftentitiesmodelservice.svc/FUNDTYPEs?$format=json to see a text file of the data returned from my service.
I would appreciate any help to understand what is causing this problem and how to fix it.
Thanks
Ben
When I use IE9 to run my test, i get the following error:
Error: Unable to get value of the property '__count': object is null or undefined
I don't get that error in Chrome or Firefox but the data still does not display.
I used the example at http://demos.kendoui.com/web/grid/remote-data.html and just changed the service url and data fields as needed.
My service is a oData v3 and I have included the JSONSupportBehavior attribute in my class. You can use this link http://www.thinkkentucky.com/fidatao/ftentitiesmodelservice.svc/FUNDTYPEs?$format=json to see a text file of the data returned from my service.
I would appreciate any help to understand what is causing this problem and how to fix it.
Thanks
Ben