How to apply jquery datatables in .net datagridview

How to apply jquery datatables in .net datagridview

jrzer01jrzer01 Posts: 1Questions: 0Answers: 0
edited September 2011 in DataTables 1.8
Hello Guys,

Can you please guide me how to apply datatables of jquery to the .net datagridview?
What I saw based on the examples is that they are using repeater or something.

Do you think it's possible to using it in datagridview?
Why datagridview? it's because i am not sure how to bind may data like (100K-500K records) to the tables for display.

Regards,
Jepoy

Replies

  • webkiteswebkites Posts: 1Questions: 0Answers: 0
    By adding CssClass="dataTable" to datagridview,
    then. with jQuery:
    $(".dataTable").dataTable();
This discussion has been closed.