wijmo.grid Namespace : wijgrid type |
Javascript (Usage) | |
---|---|
$(function () { var options; // Type: wijmo.grid.wijgrid.options $(".selector").wijgrid(options); }); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.grid.wijgrid
Name | Description | |
---|---|---|
wijgrid Constructor |
Name | Description | |
---|---|---|
beginEdit | Puts the current cell into edit mode, as long as the editingMode options is set to "cell". | |
cancelRowEditing | Discards changes and finishes editing of the edited row. | |
columns | Returns a one-dimensional array of widgets bound to visible column headers. | |
currentCell | Sets the current cell for the grid. | |
data | Gets an array of underlying data. | |
dataView | Gets an underlying wijdataview instance. | |
deleteRow | Deletes the specified row. | |
destroy | ||
doRefresh | Re-renders wijgrid. | |
editRow | Starts editing of the specified row, can only be used when the editingMode option is set to "row". | |
endEdit | Finishes editing the current cell. | |
ensureControl | Moves the column widget options to the wijgrid options and renders the wijgrid. Use this method when you need to re-render the wijgrid and reload remote data from the datasource. | |
getCellInfo | Gets an instance of the wijmo.grid.cellInfo class that represents the grid's specified cell. | |
getFilterOperatorsByDataType | Returns a one-dimensional array of filter operators which are applicable to the specified data type. | |
pageCount | Gets the number of pages. | |
selection | Gets an object that manages selection in the grid. | |
setSize | Sets the size of the grid using the width and height parameters. | |
updateRow | Finishes editing and updates the datasource. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |