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
480
Bug: UltraCalcManager creates CPU-load in V 12.1.20121.2008
posted

Hi,

I have a calculated column as below. Changing from V 12.1.20121.1001 to V 12.1.20121.2008 creates a constant CPU-load of 13% on my Core i7 960. Older PC's go up to 100%! With 1001 it was at 0%. Please fix it!

Code:

((UltraCalcManager)mGrid.CalcManager).CalcFrequency = CalcFrequency.Asynchronous;

col = mGrid.DisplayLayout.Bands[0].Columns.Add(

 

 

 

 

 

"ORD_D_END_TIME");

col.Formula = 

 

"[ORD_D_END]";

col.DataType = 

 

typeof(DateTime);

col.Format = 

 

@"HH:mm";