asp.net mvc - DevExpress MVC GridView: Multiple gridviews loaded via AJAX -
i have page multiple devexpress gridviews late-loaded via ajax. problem after each ajax load last-loaded gridview functional, others dead, i.e. sorting, filtering , paging not working.
i've pinpointed problem fact on each ajax load web-request made dxr.axd, returns new global devexpress js objects (like aspx = new { };
) overwriting old objects, causes previously-loaded grid stop working (this does not happen if multiple gridviews present @ initial page load, each callback loads grid content, no dxr.axd).
as last resort could load gridviews hosted in iframes guess solve problem, it's messy (iframe sizing issues) , i'd avoid if possible.
this issue resolved starting version 12.1
see this thread more information.
Comments
Post a Comment