I get the following error when I run radgrid1.rebind:
Line 135: // Bind to RadGrid Line 136: Line 137: RadGrid1.Rebind(); Line 138: Line 139:
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
I have tried adding the setting below within the web.config:
<jsonSerialization maxJsonLength="2147483644"/>
That did not work.
Thanks