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
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)