SPGridView 字段 - javascript:window.open 问题
我有一个问题,在 SPGridView 中,如果我添加超链接字段或任何内容,则 javascript:window.open 似乎不起作用。它不显示为超链接。
有什么建议吗?
I have an issue where in the SPGridView if I add a hyperlink field or anything, it seems like the javascript:window.open does not work. It does not show as a hyperlink.
Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己能够解决这个问题:
还将其添加到我要绑定的类中:
return "" + CaseTitle + "";
I was able to resolve this one myself:
Also added this to my class that I am binding with:
return "" + CaseTitle + "";