RadGrid 的延迟加载和 Firefox 中的奇怪错误
我在加载 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能表明 RadGrid 的脚本在网格对象初始化时尚未加载到页面上。
It probably indicates RadGrid's scripts are not loaded on page by the time the grid object is initialized.
另一件事是摆脱旧的 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.