开发者

Deferred loading of RadGrid and strange error in firefox

开发者 https://www.devze.com 2023-01-17 12:22 出处:网络
I have some strange issues with loading of RadGrid. What I\'m trying to accomplish is deferred loading user control from web service.

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 i开发者_开发问答s not defined

any ideas?


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号