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
1180
Perfomance issue with set wingrid.Header.VisiblePosition
posted

Hi,

I am currently upgrade Infragistic 8.2 to Infragistic hotfix 8.2.0.2. However, I met some performance issue when I am using Header.VisiblePosition function.

When I looked in to Infragistic.Win.UltraWinGrid.ColumnHeader.SetVisiblePosition, I found there is a new method in it called RecalculateMetrics which took a lot of time.

Is there a way that I can not using this method when SetVisiblePosition? I found this method will only be executed when hasSuspendedMetricsCalculation flag is false (This flag can be set in ColumnCollection.SuspendMetricsRecalculation). However, since it is a internal method, I can not access.

Could you advise on this? I found the same performance issue with Infragisitc 9.1 as well when setVisiblePosition.

Thanks,

Xin

Parents Reply Children
No Data