This question is locked. New answers and comments are not allowed.
I need to bind a grid to a JSON object embedded on the page, the reason is that the data is reused to plot pins on a map. I can invoke a Javascript method from ClientEvents.OnDataBinding which parses the JSON and does a grid.dataBind(), my concern is with any size limit on this. I have up to 1 mb of JSON and the only example I can find of this on the site in sharp contrast uses a Twitter feed. Does anyone foresee a problem with this?