Version

alignCaptions Method

Aligns the captions with the data columns of the grid. The method can be called if you're using the grid in an unusual environment and the cells are getting misaligned from the headers.
Syntax
ASP.NET Ajax Javascript (Specification) 
function alignCaptions() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.alignCaptions();
See Also