Version

SetIEMajorVersion Method

This method whn called prior to the PreRender event forces the grid to render for specified version.
Syntax
'Declaration
 
Public Sub SetIEMajorVersion( _
   ByVal major As Integer _
) 
public void SetIEMajorVersion( 
   int major
)

Parameters

major
Major version of IE browser to force rendering for (6, 7, 8 etc).
Remarks
The method may be useful when there is no clean way of specifying what compatibility mode the grid should render for, and the META tag contradicts the browser options.
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