| 名前 | 解説 |
| allowC1InputEditors | |
| allowColMoving | A value indicating whether columns can be moved. |
| allowColSizing | Determines whether the column width can be increased and decreased by dragging the sizing handle, or the edge of the column header, with the mouse. |
| allowCustomContent | |
| allowEditing | Determines whether the user can make changes to cell contents in the grid. This option is obsolete. Use the editingMode option instead. |
| allowKeyboardNavigation | Determines whether the user can move the current cell using the arrow keys. |
| allowPaging | Determines whether the grid should display paging buttons. The number of rows on a page is determined by the pageSize option. |
| allowSorting | Determines whether the widget can be sorted by clicking the column header. |
| allowVirtualScrolling | A value that indicates whether virtual scrolling is allowed. Set allowVirtualScrolling to true when using large amounts of data to improve efficiency. Obsoleted, set the scrollingSettings.virtualization.mode property to "rows" instead. |
| autoGenerateDeleteButton | |
| autoGenerateEditButton | |
| autoGenerateFilterButton | |
| autoGenerateSelectButton | |
| calendar | A value that indicates calendar's options in grid. It works for calendar in inputdate. |
| callbackSettings | |
| clientEditingUpdateMode | |
| columns | An array of column options. |
| columnsAutogenerationMode | Determines behavior for column autogeneration. Possible values are: "none", "append", "merge". |
| create | |
| culture | Determines the culture ID. |
| cultureCalendar | A value that indicators the culture calendar to format the text. This option must work with culture option. |
| customFilterOperators | An array of custom user filters. Use this option if you want to extend the default set of filter operators with your own. Custom filters will be shown in the filter dropdown. |
| data | Determines the datasource. Possible datasources include: 1. A DOM table. This is the default datasource, used if the data option is null. Table must have no cells with rowSpan and colSpan attributes. 2. A two-dimensional array, such as [[0, "a"], [1, "b"]]. 3. An array of objects, such as [{field0: 0, field1: "a"}, {field0: 1, field1: "b'}]. 4. A wijdatasource. 5. A wijdataview. |
| disabled | |
| editingInitOption | Determines an action to bring a cell in the editing mode when the editingMode option is set to "cell". Possible values are: "click", "doubleClick", "auto". |
| editingMode | Determines the editing mode. Possible values are: "none", "row", "cell", |
| ensureColumnsPxWidth | Determines if the exact column width, in pixels, is used. |
| filterOperatorsSortMode | Determines the order of items in the filter drop-down list. Possible values are: "none", "alphabetical", "alphabeticalCustomFirst" and "alphabeticalEmbeddedFirst" |
| filterSettings | |
| groupAreaCaption | Determines the caption of the group area. |
| groupIndent | Determines the indentation of the groups, in pixels. |
| highlightCurrentCell | Determines whether the position of the current cell is highlighted or not. |
| highlightOnHover | Determines whether hovered row is highlighted or not. |
| initSelector | |
| innerState | |
| keyActionTab | Determines the action to be performed when the user presses the TAB key. |
| loadingText | Determines the text to be displayed when the grid is loading. |
| nullString | Cell values equal to this property value are considered null values. Use this option if you want to change default representation of null values (empty strings) with something else. |
| pageIndex | Determines the zero-based index of the current page. You can use this to access a specific page, for example, when using the paging feature. |
| pagerSettings | Determines the pager settings for the grid including the mode (page buttons or next/previous buttons), number of page buttons, and position where the buttons appear. |
| pageSize | Number of rows to place on a single page. The default value is 10. |
| readAttributesFromData | A value indicating whether DOM cell attributes can be passed within a data value. |
| scrollingSettings | Determines the scrolling settings. |
| selectedIndex | |
| selectionMode | Determines which cells, range of cells, columns, or rows can be selected at one time. Possible values are: "none", "singleCell", "singleColumn", "singleRow", "singleRange", "multiColumn", "multiRow" and "multiRange". |
| showFilter | A value indicating whether the filter row is visible. Filter row is used to display column filtering interface. |
| showFooter | A value indicating whether the footer row is visible. Footer row is used for displaying of tfoot section of original table, and to show totals. |
| showGroupArea | A value indicating whether group area is visible. Group area is used to display headers of groupped columns. User can drag columns from/to group area by dragging column headers with mouse, if allowColMoving option is on. |
| showHeader | |
| showRowHeader | A value indicating whether the row header is visible. |
| showSelectionOnRender | A value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered. Set this option to false if you want to prevent wijgrid from selecting the currentCell automatically. |
| totalRows | Gets or sets the virtual number of items in the wijgrid and enables custom paging. Setting option to a positive value activates custom paging, the number of displayed rows and the total number of pages will be determined by the totalRows and pageSize values. |
| wijCSS | |
| wijMobileCSS | |