0

I have partial view that returns large volume data.. something like below return PartialView("MyPartialView", model);

The partial view is getting returned as ActionResult. Ajax Post request is used for calling the Action Method. The code is giving following error while trying to bind the returned data to kendo drop down. Any solution

Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.

0 Answers0