I display my list of data using kendo grid(HTML5/JavaScript source) from my asp.net MVC application.Kendo grid takes too much time to fetch data from a database. I check many demos from google of kendo grid,but I can't get my solution.
Front end :- Asp.net MVC BackEnd :- MsSql server code first method to get data from the database.
How to track that where it take much time?
How to display data fast using kendo grid?