Hi all,
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?