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(
col.Formula =
col.DataType =
col.Format =
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
Hi Georgi,
I'm using the Task Manager.
I'm using the UltraCalcManager in about 10 different grids in the same manner, but the load is only in 2 grids present. I haven't yet found out what the cause is, but after commenting out the posted lines the load is at 0%.
I can try to isolate the problem and build a sample, but it will take some time, because the code is used in an ERP-System, and I'm not sure if it will hapen in isolated environement.
In an other grid the load is only at 3%, which is not noticable on a modern multicore, maybe other poeple have the same issue, but don't notice it...
Manuel