bal*_*dre 6 asp.net jquery tablesorter
我使用的tablesorter在asp:GridView和工作正常,但这个一直困扰我一段时间
每次有按钮操作(启动对服务器的调用,刷新页面)时,表格分类器会丢失标题,如下图所示:
刷新前:
替代文字http://www.balexandre.com/temp/2010-09-17_1504.png
刷新后:

有没有人知道这可能是一个错误,或者只是因为它的行为?也许有人之前已经遇到过这个问题
我看到您正在使用 Rad Controls,它很可能在回发时使用 ajax。当 dom 重建时,您的 jQuery tablesorter 插件将失去对那些重新创建的元素的绑定。
更多相关信息在这里: jquery tablesorter + ajax div content update Problem