Version: 13.0p
Built: 2025-03-23
 
 
 
 

class ListGrid

 
 
 
SmartClient Enterprise API 13.0p (2025-03-23)
 
 
 
 
 
 
 
 
rotateHeaderTitles [IR]type:Boolean, defaultValue: null

Whether to rotate the field titles so they're rendered vertically from bottom to top. Can be overridden for individual fields by setting ListGridField.rotateTitle.

Note that you can manually set the header height and field widths as you please when using this feature, but it's not compatible with autoFitHeaderHeights or autofitting of field widths in any AutoFitWidthApproach other than "value".

You can use headerTitleVAlign or ListGridField.valign to control vertical positioning of the titles, and ListGridField.align to control the horizontal. You may also choose between clipping or wrapping, and set showHeaderMenuButton as you please (which reserves space in each header button for the header menu button).

Note that this feature is incompatible with clipping via clipHeaderTitles:false, and may not work with older browsers, particular IE versions before IE10. The "TreeFrog" and "Basic" skins are not supported for this feature.

Examples:



See Also:
  ListGrid.headerTitleVAlign
  ListGridField.valign
  ListGridField.rotateTitle