Wijmo UI for the Web
IC1FieldOptions Interface
wijmo.grid Namespace : IC1FieldOptions Interface
Represents options of a class for for all data-bound fields.
Fields
 NameDescription
 Field

Causes the grid to calculate aggregate values on the column and place them in the column footer cell or group header and footer rows. Possible values are: "none", "count", "sum", "average", "min", "max", "std", "stdPop", "var", "varPop" and "custom".

 
 Field

A value indicating whether the column can be moved.

 
 Field

A value indicating whether the column can be sized.

 
 Field

A value indicating whether column can be sorted.

 
 Field

Function used for changing content, style and attributes of the column cells.

 
 Field

A pattern used for formatting and parsing column values.

 
 Field

A value indicating the key of the data field associated with a column. If an array of objects is used as a datasource for wijgrid, this should be string value, otherwise this should be an integer determining an index of the field in the datasource.

 
 Field

Type: wijmo.grid.IDataParser

Data converter that is able to translate values from a string representation to column data type and back.

 
 Field

Column data type. Defines the rules, according to which column value will be formatted, defines editors types and allowed filter operators. Does not change the type of source data, besides the case when data source is HTMLTable. Possible values are: "string", "number", "datetime", "currency" and "boolean".

 
 Field

A value indicating whether data values are HTML-encoded before they are displayed in a cell.

 
 Field

Determines whether to use number type column width as the real width of the column.

 
 Field

An operations set for filtering. Must be either one of the embedded operators or custom filter operator. Operator names are case insensitive.

 
 Field

A value set for filtering.

 
 Field

Gets or sets the footer text. The text may include a placeholder: "{0}" is replaced with the aggregate.

 
 Field

Type: wijmo.grid.IGroupInfo

Used to customize the appearance and position of groups.

 
 Field

Gets or sets the header text.

 
 Field

Controls the state of the input method editor for text fields. Possible values are: "auto", "active", "inactive", "disabled". Please refer to https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode for more info.

 
 Field

Determines the type of html editor for filter and cells. Possible values are: "number", "date", "datetime", "datetime-local", "month", "time", "text".

 
 Field

A value indicating whether the cells in the column can be edited.

 
 Field

Determines whether rows are merged. Possible values are: "none", "free" and "restricted".

 
 Field

A value indicating whether filter editor will be shown in the filter row.

 
 Field

Determines the sort direction. Possible values are: "none", "ascending" and "descending".

 
 Field

Gets or sets the text alignment of data cells. Possible values are "left", "right", "canter".

 
 Field

A value indicating whether null value is allowed during editing.

 
 Field

A value indicating whether column is visible.

 
 Field

Determines the width of the column.

 
Top
See Also

Reference

wijmo.grid Namespace