Adds a record or records to the grid.
Adds a column or columns to the grid.
Adds a visible range or ranges to the grid.
Adds a search or searches to the grid.
clear - clear([noRefresh])
Removes all records from the grid.
click - click(recid, [event])
Called when user clicks on a record.
Called when user clicks on the collapse record icon.
Called when user clicks on the column.
Called when user opens grid settings (on grids toolbar) and selects an item.
Returns selected records in tab-delimited text format.
Called when user double clicks on a record.
Called when user deletes record(s).
editField - editField(recid, column, [value], [event])
Enters edit mode for the specified record and field.
Display error message dialog.
Called when user clicks on the expand record icon.
find - find(match, [returnIndex])
Finds and returns matched records.
get - get(recid, [returnIndex])
Finds the record and returns its object or index in records array.
getCellHTML - getCellHTML(index, column_index, [summary])
Returns final HTML for the cell.
Returns array of changed record objects.
Finds the column and returns its object or index in columns array.
Returns HTML of grid columns.
Returns HTML for grid footer.
Returns range data defined to the given range object.
Returns final HTML for a record.
Returns HTML of grid records in the scroll view.
Finds the search and returns its object or index in searches array.
Returns applied search object for specified field.
Returns HTML of search fields.
Returns current grid selection.
Returns HTML of summary records.
Hides a column or columns.
Hides a search or searches.
Refreshes toolbar button that allows to show/hide columns.
Initializes column resize elements.
Initializes search fields when user opens advanced search overlay.
Creates w2toolbar object based on grid.toolbar definition.
Processes keydown events.
load - load(url, [callBack])
Loads records from specified url.
Performs search on local data set.
Performs sort on local data set.
lock - lock(message, [showSpinner])
Locks the grid.
Merges user changes into the records array.
Paste tab-delimmited text into the grid.
Paste tab-delimmited text into the grid.
Refreshes ranges defined for the grid.
Reloads records from remote data source.
remove - remove(recid1, recid2, ...)
Removes records from the grid.
Removes a column or columns from the grid.
removeRange - removeRange(range_name, [range_name], ...)
Removes a range or ranges from the grid.
Removes a search or searches from the grid.
request - request(cmd, [params, [url, [callBack]]])
Prepares and submits request to the server.
Called to process data that was returned from the server.
reset - reset([noRefresh])
Resets the grid to the initial state.
Called when user saves inline editing changes.
Rebuilds grids records HTML based on scroll bar position.
Called when user saves inline editing changes.
Searches records in the grid.
Closes overlay with advanced search options (if it was open).
Opens overlay with advanced search options.
Resets previous search to the default values.
Resets previous search to the default values.
select - select(recid1, recid2, ...)
Selects records in the grid.
Selects all records in the grid.
Unselects all selected records in the grid.
set - set([recid], record, [noRefresh])
Finds the record and extends it with provided object.
Shows a column or columns.
Shows a search or searches.
Skips a number of records specified.
Sorts records in the grid.
Displays status text.
Toggles record between expand and collapse states.
Toggles column between hidden and shown states.
Toggles a search between hidden and shown states.
Called when user clicks the Add New button on the toolbar.
Called when user clicks the Delete button on the toolbar.
Unlocks the grid.
unselect - unselect(recid1, recid2, ...)
Unselects records in the grid.