Version: 13.0p Built: 2025-03-23 |
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
|
class ListGrid |
SmartClient Enterprise API 13.0p (2025-03-23) |
|
|
|
void | resort () | |
reverseRTLAlign | ||
rollOverCanvas | ||
rollUnderCanvas | ||
rotatedHeaderMenuButtonHeight | ||
rotatedHeaderMenuButtonWidth | ||
rotateHeaderTitles | ||
rowAriaState | ||
rowClick (record, recordNum, fieldNum[, keyboardGenerated]) | ||
rowContextClick (record, rowNum, colNum) | ||
rowDoubleClick (record, recordNum, fieldNum[, keyboardGenerated]) | ||
void | rowEditorEnter (record, editValues, rowNum) | |
rowEditorExit (editCompletionEvent, record, newValues, rowNum) | ||
rowEndEditAction | ||
rowHasChanges (rowNum[, ignorePendingValues]) | ||
rowHasErrors (rowNum) | ||
rowHover (record, rowNum, colNum) | ||
rowMouseDown (record, rowNum, colNum) | ||
rowMouseUp (record, rowNum, colNum) | ||
rowNumberField | ||
rowNumberStart | ||
rowNumberStyle | ||
rowOut (record, rowNum, colNum) | ||
rowOver (record, rowNum, colNum) | ||
rowRole |
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. See Also: ListGrid.headerTitleVAlign ListGridField.valign ListGridField.rotateTitle |