jQuery.wijmo Namespace : wijgrid type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijgrid(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijgrid
Name | Description | |
---|---|---|
![]() | wijgrid Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
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 | |
![]() | disable | |
![]() | doRefresh | Re-renders wijgrid. |
![]() | editRow | Starts editing of the specified row, can only be used when the editingMode option is set to "row". |
![]() | enable | |
![]() | 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. |
![]() | option | |
![]() | 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. |