Hi,
I have implemented a resource scheduler, and am experiencing prohibitive client-side load times. The control has <100 resources, and is loading <1000 events in total, yet the control takes over 60 seconds to load (on a 2ghz machine with 2gb ram, and IE 7).
I have added lots of styling/formatting attributes to each cell, and as a result the resultant HTML is nearly 2MB (when saved to a text file).I am quite certain based on my testing that the bottleneck is the web browser drawing the screen. Is there any way to optimize the control (or the usage of the control) to improve the web browser drawing speed? (ie: is there any way to use .css classes instead of style attributes?)
Thanks in advance,
Brandon Crossley