Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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.