Version

EnableRelativeLayout Property (WebDataGrid)

Adds position:relative to the style of the grid's scrollable element. This setting enables the grid's templates to host controls that use position:relative in their HTML elements.
Syntax
'Declaration
 
Public Overridable Property EnableRelativeLayout As Boolean
public virtual bool EnableRelativeLayout {get; set;}
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