![]() | ![]() |
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. |
Methods Detail
attachDataTop
void attachData(string name, object value)
Attach extra data to grid. Those data will be posted back when grid does commit changes.
Supported from version: 1.5.0.0
commitTop
void commit()
Commit changes, posting all commands to server to process.
Supported from version: 1.0.0.0
getMasterTableTop
GridTableView getMasterTable()
Return the master table object.
Supported from version: 1.0.0.0
![]() | ![]() |