Version

headerRegions Property

Returns a two dimentional array. The first dimention contains the regions that the WebDataGrid header is devided into and the second dimention contains all the TH elements in that region.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_headerRegions() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.get_headerRegions();
See Also