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";

Parents
No Data
Reply
  • 53790
    posted

    Hello Masch,

    Thanks for provided information, but are you able to send us sample that reproduce this issue, because using only these settings (from your post) , I`m not able to catch mentioned issue. Could you please tell me what kind of software, are you using to watch the processor (Task Manager, ANTS or ....)

    Please let me know if you have any questions.

    Regards

Children