Search
GridModel Methods
 


 Public Methods

  Name Description

addRow

Adds a row to the backing store.

columnCaption

Gets the display text of the specified column.

columnEditable

Gets a value, indicating whether the cells in the specified column can be edited.

columnMetaData

Gets the column meta data object.

columnName

Gets the name of the specified column.

columnSortable

Gets a value, indicating whether the specified column can be sorted.

columnType

Gets the type of the specified column.

deleteRow

Removes the row at the specified index from the backing store.

displayValue

Gets the display value of the cell in the the specified position.

getRowData

Gets the values at the specified row index.

setValue

Sets a value at the specified position.

value

Gets the value at the specified position.

 See Also