【发布时间】:2013-10-02 11:49:22
【问题描述】:
我在我的网格视图中使用以下表格排序器小部件: http://mottie.github.io/tablesorter/docs/example-widget-bootstrap-theme.html
我遇到了 Gridview 的分页问题。我无法对结果进行分页,如果每次更改页面时都重新填充 gridview,搜索文本框将无法工作。
我在gridview 中启用了thead。而且,gridview 正在 Page_Load 事件中加载它的数据。
解决此问题的最佳方法是什么?
【问题讨论】:
标签: jquery twitter-bootstrap gridview pagination tablesorter