在 Javascript 中引用 SPGRIDVIEW.ROWS

发布于 2024-10-27 04:24:11 字数 373 浏览 3 评论 0原文

我在我的一个共享点应用程序中使用“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谈下烟灰 2024-11-03 04:24:11

添加标签总行数并获取 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文