Version

autoAdjustCells Property

Gets the setting for whether the cell height of the unfixed columns needs to be kept in sync with the cell height of the fixed columns.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_autoAdjustCells() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.get_autoAdjustCells();

Return Value

True - adjust cell height. False - do not adjust cell height.
See Also