Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.c1field.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)aggregate

Default value: 'none'

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".

 
public Fieldstatic (Shared in Visual Basic)allowMoving

Default value: true

A value indicating whether the column can be moved.

 
public Fieldstatic (Shared in Visual Basic)allowSizing

Default value: true

A value indicating whether the column can be sized.

 
public Fieldstatic (Shared in Visual Basic)allowSort

Default value: true

A value indicating whether column can be sorted.

 
public Fieldstatic (Shared in Visual Basic)cellFormatter

This function is called each time wijgrid needs to create cell content. This occurs when rows are being rendered or cell editing is about to finish. You can use it to customize cell content.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)dataFormatString

A pattern used for formatting and parsing column values.

 
public Fieldstatic (Shared in Visual Basic)dataKey

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.

 
public Fieldstatic (Shared in Visual Basic)dataParser

Type: wijmo.grid.IDataParser

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

 
public Fieldstatic (Shared in Visual Basic)dataType

Column data type. Used to determine the rules for sorting, grouping, aggregate calculation, and so on. Possible values are: "string", "number", "datetime", "currency" and "boolean".

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)ensurePxWidth

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

 
public Fieldstatic (Shared in Visual Basic)filterOperator

Default value: 'nofilter'

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

 
public Fieldstatic (Shared in Visual Basic)filterValue

A value set for filtering.

 
public Fieldstatic (Shared in Visual Basic)footerText

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

 
public Fieldstatic (Shared in Visual Basic)groupInfo

Type: wijmo.grid.IGroupInfo

Used to customize the appearance and position of groups.

 
public Fieldstatic (Shared in Visual Basic)headerText

Gets or sets the header text.

 
public Fieldstatic (Shared in Visual Basic)inputType

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

 
public Fieldstatic (Shared in Visual Basic)readOnly

Default value: false

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

 
public Fieldstatic (Shared in Visual Basic)rowMerge

Default value: 'none'

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

 
public Fieldstatic (Shared in Visual Basic)showFilter

Default value: true

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

 
public Fieldstatic (Shared in Visual Basic)sortDirection

Default value: 'none'

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

 
public Fieldstatic (Shared in Visual Basic)textAlignment

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

 
public Fieldstatic (Shared in Visual Basic)valueRequired

Default value: false

A value indicating whether null value is allowed during editing.

 
public Fieldstatic (Shared in Visual Basic)visible

Default value: true

A value indicating whether column is visible.

 
public Fieldstatic (Shared in Visual Basic)width

Determines the width of the column.

 
Top
See Also

Reference

jQuery.wijmo.c1field Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.