Hello Team,
We are showing the records in Hierarchical view, if we are displaying more than 8000 rows in the rad grid.
it gives us below exception.
we have set maxJsonLength property as well but it did not help
Could some one please help us out to overcome with this issue?
-Umesh
We are showing the records in Hierarchical view, if we are displaying more than 8000 rows in the rad grid.
it gives us below exception.
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
we have set maxJsonLength property as well but it did not help
<system.web.extensions> <scripting> <webServices> <jsonSerialization maxJsonLength="5000000" /> </webServices> </scripting> </system.web.extensions>
Could some one please help us out to overcome with this issue?
-Umesh