将 Shadowbox 与 RadGrid 结合使用

发布于 2024-11-18 20:27:37 字数 424 浏览 4 评论 0原文

我已经在我的页面上添加了 Shadowbox,当我在表单上有一个锚标记时,它工作得很好:

<a href="http://www.google.co.uk rel="shadowbox">Open with Shadowbox</a>

我还创建了一个动态超链接控件,该控件被添加到我的页面上的占位符中,它工作得很好。

但是,当我将 rel="shadowbox" 添加到由 RadGrid 控件的 GridHyperLinkColumn 生成的锚链接时,没有任何反应,并且 Shadowbox 不起作用。

使用 Telerik RadGrid 的 Shadowbox 和 GridHyperLinkColumn 是否存在任何已知问题?

如果没有,我该如何正确配置它?

非常感谢。

I have added the Shadowbox on my page and it works fine when I have an anchor tag on the form:

<a href="http://www.google.co.uk rel="shadowbox">Open with Shadowbox</a>

I also created a dynamic HyperLink control which was added to a placeholder on my page and it worked fine.

But when I add rel="shadowbox" to the anchor link which is generated by GridHyperLinkColumn of the RadGrid control, nothing happens and the shadowbox doesn't work.

Is there any known issues in using Shadowbox and GridHyperLinkColumn of Telerik RadGrid?

If not, how could I configure it properly?

Many thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

你列表最软的妹 2024-11-25 20:27:37

Shadowbox.Init() 应该在网格完全加载后放置,而不是在 $(document).ready(...

已修复!

Shadowbox.Init() should have been placed after the Grid is fully loaded not at $(document).ready(...

fixed!

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