This question is locked. New answers and comments are not allowed.
Hello,
I have a grid using ajax binding. The binding is successful for 200 rows but when I try to get 500 rows, I receive an error.
Error : "Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property".
I modified my web.config with this:
But it doesn't work.
The serialization of the object GridModel is performed by Telerik or by .net ?
Thank you for your answers.
Florent
I have a grid using ajax binding. The binding is successful for 200 rows but when I try to get 500 rows, I receive an error.
Error : "Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property".
I modified my web.config with this:
<system.web.extensions> <scripting> <webServices> <jsonSerialization maxJsonLength="2147483647" /> </webServices> </scripting> </system.web.extensions>
But it doesn't work.
The serialization of the object GridModel is performed by Telerik or by .net ?
Thank you for your answers.
Florent