Back to Devexpress

ASPxGridBase.BeginUpdate() Method

aspnet-devexpress-dot-web-dot-aspxgridbase-10d8c08d.md

latest1.4 KB
Original Source

ASPxGridBase.BeginUpdate() Method

Prevents the grid from being rendered until the ASPxGridBase.EndUpdate method is called.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual void BeginUpdate()
vb
Public Overridable Sub BeginUpdate

Remarks

Grid controls allow a sequence of operations that affect its appearance and/or functionality to be performed without having the control render itself after each modification. To do this, the code performing sequential changes to the grid view must be enclosed within calls to the BeginUpdate and ASPxGridBase.EndUpdate methods. This improves performance and avoids unnecessary render operations.

See Also

EndUpdate()

IsLockUpdate

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace