Using Bootstrap tablesorter with gridview in ASP.NET

I use the following tablesorter widget in my gridviews: http://mottie.imtqy.com/tablesorter/docs/example-widget-bootstrap-theme.html

I have a problem with pagination Gridview. I could not paginate the results, and the search text fields will not work if I replenish the gridview every time I change the page.

I have thead enabled in gridview. And gridview loads it into the Page_Load event.

What is the best approach to fix this?

+6
source share
1 answer

Perhaps you are not adding classes to your HTML, as in the example link added to the question.

Please remember to add classes correctly.

+4
source

Source: https://habr.com/ru/post/954675/


All Articles