我在我的一个sharepoint应用程序中使用'spgridview‘,如下所示。
<sharepoint:spgridview id="sample grid" visible="false" runat="server"
autogeneratecolumns="false" width="100%" allowpaging="true"/>
</sharepoint:spgridview>我需要在javascript function.So中使用spgrid中的行数如何在javascript中引用网格以及如何在javascript中获取行数?
发布于 2011-04-05 17:11:29
放置一个标签total no of rows并将get作为splist.items.count。现在在java script或jquery中引用这个标签及其文本。
https://stackoverflow.com/questions/5458114
复制相似问题