Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Performance UltrawebGrid
posted

I have  a problem with performance ..

Same data Rendering with a normal table <table> </table> take 1 sec if i implement UlterawebGrid that take  7 seconds Rendering ... Could i do something to speed up the rendering ?

Regards

 

  • 45049
    posted

    It depends on the nature of your data and what functional requirements you have.  Remember that an HTML Table element doesn't have nearly the functionality that WebGrid has, but this functionality comes at a price - usually of speed and download size.

    The following article from our online help files of NetAdvantage for .NET 2008 Volume 2 illustrates some of the approaches you can take:
    Performance (WebGrid)