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
105
Performance woeful
posted

I am using WinCalcManager in a UltraGrid with about 100 bound columns + 12 unbound that contain formulas.  There are a total of 6 bands - a parent band and rest are child of parent.  Half of the formula's are subtotals of child band columns.  Rest of formula's are based on columns in parent band.

The grid returns about 3000 rows - it takes 10 plus minutes to load when calc manager is set to Synchronous mode.  If I remove all the unbound formula fields it loads in about 5-10 seconds. 

Grid is primarily used to export to excel so running Async doesn't help because it also hangs if you try to export to excel before all the fields are calculated.

I tried with latest service release for 2009 Vol 2. 

Does anyone have any recommendations?   I am thinking I just need to abandon the WinCalcManager and instead add bound columns and perform calculations on the dataset prior to binding to Grid.