Hi,
I have a troubles with switching of field layouts. I want to have a grid where columns can be changed, so I call the method that recreate field layout if set of columns were changed. I have found that it takes about 1-2 seconds to do all this work. It seems to me that Infragistics.Windows.Controls.IGControlBase.ArrangeOverride(Size)
Infragistics.Windows.DataPresenter.GridViewPanelFlat.MeasureOverride(Size)
Infragistics.Windows.DataPresenter.DataPresenterBase.OnLayoutUpdated(Object, EventArgs)
methods are working too long. Could you give me an advise what i am doing in a wrong way?
You can find an example of solution in attached file.
Hello Andrey,
Did you manage to resolve the issue with the layouts? Let me know if you have any questions with this matter.
Hi, Vlad
We have to change the columns in field layout during runtime (i.e. add new column, delete column, change column), we can't have predefined field layouts and switch between them. Could you give me an advise how to do this (editing field layout) with best performance?