Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1710
Long Loading Grids in FireFox
posted

I am creating a handful of Grids in MVC. I notice that Document.Ready is called pretty quickly but the ig.loader takes quite a while.

In FireFox this is an issue because it is taking longer than 10 seconds for the grids to render.

The Razor code executes quickly.  Other than changing the design of the page to create everything in javascript, instead of creating the grids in MVC, is there anyway to control when the infragistics code takes a breather to avoid the script running to long message?

Parents
No Data
Reply
  • 1710
    posted

    At this point it looks like the databind call,

    I am wondering if converting it to call back into my controller via a GridDataSourceAction, or a WebService would help.  

    Do you have any suggestions, or samples to point me to?

Children