KoolGrid Class [Javascript]

Summary

Properties Description
id Get the id of the grid.
Methods Description
refresh Make grid reload data from database.
attachData Attach extra data to grid.
commit Commit changes, posting all commands to server to process.
getMasterTable Return the master table object.

Properties Detail

idTop

string id

Get the id of the grid.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

refreshTop

void  refresh()

Make grid reload data from database.

Show/Hide Code

Supported from version: 1.0.0.0

attachDataTop

void  attachData(string name, object value)

Attach extra data to grid. Those data will be posted back when grid does commit changes.

Show/Hide Code

Supported from version: 1.5.0.0

commitTop

void  commit()

Commit changes, posting all commands to server to process.

Show/Hide Code

Supported from version: 1.0.0.0

getMasterTableTop

GridTableView getMasterTable()

Return the master table object.

Show/Hide Code

Supported from version: 1.0.0.0