- Currently I am testing out the Webix UI tool.
- I am making a call to an MVC controller that will return back a JsonResult of data that could be 1000000+ rows.
- Then I allow the Webix tool to handle all the data for displaying, sorting, paging, etc…
- The browser seems to hang or timeout when this much data and multiple columns.
Questions:
- Is this possible, because the data is so large, the browser takes time to load the data?
- Can the Webix tool handle a full load of all the JSON data and handle the process within on call?
Thanks.