ASPxGridBase.IsLockUpdate Property
Indicates whether the grid is immediately rendered in response to changing its appearance and/or functionality.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
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 ASPxGridBase.BeginUpdate and ASPxGridBase.EndUpdate methods.
After the ASPxGridBase.BeginUpdate method is called, the control is locked and isn’t immediately rendered in response to changing its settings. The control is allowed to be updated after the ASPxGridBase.EndUpdate method is called. Use the IsLockUpdate method to identify whether the control is locked.