在 Javascript 中引用 SPGRIDVIEW.ROWS
我在我的一个共享点应用程序中使用“spgridview”,如下所示。
<sharepoint:spgridview id="sample grid" visible="false" runat="server"
autogeneratecolumns="false" width="100%" allowpaging="true"/>
</sharepoint:spgridview>
我需要在 javascript 函数中使用 spgrid 中的行数。那么如何在 javascript 中引用网格以及如何获取 javascript 中的行数?
I am using 'spgridview' in one of my sharepoint applications as follows.
<sharepoint:spgridview id="sample grid" visible="false" runat="server"
autogeneratecolumns="false" width="100%" allowpaging="true"/>
</sharepoint:spgridview>
I need to use the number of rows in the spgrid in a javascript function.So how can I refer the grid in javascript and how can I get the number of rows in javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加标签总行数并获取 splist.items.count 。现在在java脚本或jquery中引用这个标签及其文本
Put a label total no of rows and get as splist.items.count . Now refere this label and its text in java script or jquery