large JsonResult response from MVC JsonRequest

  1. Currently I am testing out the Webix UI tool.
  2. I am making a call to an MVC controller that will return back a JsonResult of data that could be 1000000+ rows.
  3. Then I allow the Webix tool to handle all the data for displaying, sorting, paging, etc…
  4. The browser seems to hang or timeout when this much data and multiple columns.

Questions:

  1. Is this possible, because the data is so large, the browser takes time to load the data?
  2. Can the Webix tool handle a full load of all the JSON data and handle the process within on call?

Thanks.

I think you need to implement dynamic loading
https://docs.webix.com/desktop__dynamic_loading.html