IGrid.EndUpdate() Method
Resumes Grid updates (when the BeginUpdate() method pauses updates) and re-renders the Grid.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void EndUpdate()
Remarks
Refer to the EndUpdate() method description for more information and an example.
See Also