Hello,
I have a Problem with Chart Binding . Now I am trying to generate a chart in MVC3 that display values from the database using Entity Framework. and I follow all the instructions from the link below
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/overview
But that Gives the Error below.
"This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet."
How to solve this problem.
Can you provide any sample code of charts that using Entity framework?
I have a Problem with Chart Binding . Now I am trying to generate a chart in MVC3 that display values from the database using Entity Framework. and I follow all the instructions from the link below
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/overview
But that Gives the Error below.
"This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet."
How to solve this problem.
Can you provide any sample code of charts that using Entity framework?