Version

ErrorTemplate Property (WebDataGrid)

Reference to the ErrorTemplate.
Syntax
'Declaration
 
Public Property ErrorTemplate As ITemplate
public ITemplate ErrorTemplate {get; set;}
Remarks
The ErrorTemplate allows for a customizable visual if an unhandled error is detected on the server. The WebDataGrid will show the template if the error occurs during initial rendering or if it happens via a full postback.
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