Ho to Apply Jquery DataTables to Asp.Net Gridview?
Ho to Apply Jquery DataTables to Asp.Net Gridview?
Prashanth_O
Posts: 3Questions: 1Answers: 0
Hi,
I have Applied Jquery dataTables to Gridview and its working fine but it works perfect only for small amount data (<500), for large amount of data first asp.net gridivew will load then Datatables will render which will take long time to render, how I can Quickly load Jquery Datatables With ASP.Net Gridview for large data.?
Thank you
This discussion has been closed.
Answers
Start with this [FAQ}(https://datatables.net/faqs/index#speed) about options to improve speed. Another option is to hide the table then show it using
initComplete
. See the example in this. thread.Kevin