RadGrid 的延迟加载和 Firefox 中的奇怪错误

发布于 2024-09-24 00:51:47 字数 427 浏览 9 评论 0原文

我在加载 RadGrid 时遇到一些奇怪的问题。 我想要完成的是延迟从 Web 服务加载用户控件。 此技术在此链接上进行了解释:

http: //encosia.com/2008/02/05/boost-aspnet-performance-with-deferred-content-loading

在资源管理器和 Chrome 中工作正常,但不应用网格样式。 在 Firefox 中,当我从客户端调用 Web 服务时,我得到空白屏幕并且 Firebug 显示错误:

RadGridNamespace 未定义

任何想法?

I have some strange issues with loading of RadGrid.
What I'm trying to accomplish is deferred loading user control from web service.
This technique is explained on this link:

http://encosia.com/2008/02/05/boost-aspnet-performance-with-deferred-content-loading

In explorer and chrome works fine except, styling of a grid is not applied.
In firefox, when I call web service from client side, I get blank screen and firebug shows error:

RadGridNamespace is not defined

any ideas?

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

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

发布评论

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

评论(2

烟酉 2024-10-01 00:51:47

这可能表明 RadGrid 的脚本在网格对象初始化时尚未加载到页面上。

It probably indicates RadGrid's scripts are not loaded on page by the time the grid object is initialized.

黎歌 2024-10-01 00:51:47

另一件事是摆脱旧的 Telerik ASP.NET 网格并使用其 ASP.NET AJAX 替代品。它是真正的 ASP.NET AJAX 控件,支持声明式/编程式客户端绑定到 Web 服务以及其他很酷的客户端功能。

Another thing is to get rid of the old Telerik ASP.NET grid and use its ASP.NET AJAX replacement. It is true ASP.NET AJAX control and supports declarative/programmatic client binding to web services as well as other cool client features.

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