How to apply jquery datatables in .net datagridview
How to apply jquery datatables in .net datagridview
jrzer01
Posts: 1Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
then. with jQuery:
$(".dataTable").dataTable();