Version

DeferLoadPostDataProcessing Property (WebDataGrid)

Defers processing client changes from LoadPostData event to RaisePostDataChangedEvent.
Syntax
'Declaration
 
Public Property DeferLoadPostDataProcessing As Boolean
public bool DeferLoadPostDataProcessing {get; set;}
Remarks
By default it is enabled and while processing server events of other controls on page, grid may have old/initial values of properties modified on client. If that property is disabled, then in some applications grid or hierarchical grid may lose client values.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also