Click or drag to resize

MapperDatasheetCanFreezeColumns Method

Determines if datasheet left-side column freezing is supported.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool CanFreezeColumns()

Return Value

Type: Boolean
True if supported, else False.
Remarks
Currently only IE 5.x and later for Windows supports this because the implementation relies on script expression handling "top: expression(this.offsetParent.scrollTop)" on styles.
See Also