Hello everyone,
I'm encountering this issue when loading a page with the RadTimeline, the error is shown below:
"Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property."
This issue is occurring when this page is getting back a lot of entitles for the timeline, the MaxJsonLength is set in web.config but it seems this only applies to Web Services.
Unsure how to set this in the code as it looks like the serialization happens in the RadDataBoundControl if I'm not mistaken.
Any ideas how to to implement this MaxJsonLength in code?
Thanks for any help!