:: Documentation >>

row Model

Specifies the row indices and the row headers data. It defines which data rows and in which order should be requested from the data model for the grid display.

Syntax

var model = obj.getRowModel();

or

obj.setRowModel(model);

Properties

countSets or retrieves the number of rows in the grid.
indexRetrieves the row index.
orderRetrieves the display order for the row.
text [ ]Allows to specify the text for the row headers.
image [ ]Allows to specify the image to display in the row headers.
value [ ]Sets or retrieves the row index or the array of indexes.

See Also

Active.Controls.Grid, defineModel Method

Comments

How to hide the row label Bill (5)
How can i set the number of rows in a grid before scrolling Roger (3)

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