:: Home >>

row height

Sets or retrieves the height of the grid row.

Syntax

var value = obj.getRowHeight(); 
obj.setRowHeight(value);        

obj.onRowHeightChanging = function(value){...}; 
obj.onRowHeightChanged = function(value){...}; 
obj.onRowHeightError = function(value){...}; 

Defined in

row model

Examples

obj.setRowHeight(30); // set height of all rows to 30px

Remarks

Currently the grid requires the same height for all rows.

See also

Row model: count, indices, position, offset, selected, state

Comments

6 Mar 06
How do I change a specific row height? Carl (2)

Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData