返回首页

Asp.net Gridvew整合使用jQuery的数据表:你好代码项目家伙,

我撞我的头集成到我的asp.net的GridView这个jQuery的DataTable。它看起来是不可能的。但在此之前我投降,我想问问这里的人,如果这东西是可能的。

链接Jquery的数据表



我最大的障碍是这个


<script type="text/javascript" charset="utf-8">

       $(document).ready(function() {

           $('.myclass').dataTable();   --> i have tried the id of the gridview and also tried the client id $('#<%= GridView2.ClientID %>').dataTable(); but that doesn't solve the issue.

       });

    </script>

我曾尝试HTML表格的工作,但没有对ASP.NET控件。它的工作原理,因为HTML表格是目前在asp.net中继。但不与GridView。

任何想法的家伙?

谢谢

回答