Hi,
I've been trying to figure out an issue that I'm experiencing when using the RadGrid Ajax functionality.
I've followed the implementation pretty similarly to this, using Q3 2009:
Basically, I have a flash object that is being embedded in my RadGrid and when I get a Page size (custom paging) of 50, it is rendering 50 of these flash objects onto my page. This is fine and works in all browsers without ajax. However, when I include the RadAjaxManager so that ajax is being used to go from page to page (with a page size of 50), IE will crash, citing FlDbg9f.ocx as the issue, which is normally associated at least in my searches as overloading the Adobe Flash Player.
If I do NOT use Ajax, this works fine. It also works fine in the latest version of FF and Google Chrome.
Anyway, so it seems to be on the edge functionality-wise, but to me it does not seem that using Ajax should add so much overhead that it would crash with ajax and be fine without it. I saw a post about Rebind possibly getting called multiple times and thought that could be an issue but I couldn't find any concrete information this.
Any help would be appreciated here since I would love to get this working for 50 items, but don't want to put up a warning that if they use IE, it's going to crash their browser.
Thanks,
Chris