DxPivotGridListEditor.EndUpdate() Method
Resumes List Editor updates (when the BeginUpdate() method pauses updates) and re-renders the Pivot Grid.
Namespace: DevExpress.ExpressApp.Blazor.Editors
Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll
Declaration
Remarks
Enclose your code in the BeginUpdate() - EndUpdate() method calls to suppress the List Editor’s visual updates and improve its performance when you make multiple changes to the List Editor.
Each call to BeginUpdate() should be paired with the EndUpdate() call. The BeginUpdate() method locks the component and prevents it from re-rendering after each modification. The EndUpdate() method unlocks the control to allow all the changes to be applied.
Implements
See Also