:: Documentation >>

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

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

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5