Wijmo UI for the Web
IC1BandOptions Interface
Represents options of a class which is used to create multilevel column headers.
Browser Compatibility
7
5
5
Fields
 NameDescription
 Fieldaggregate

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

 
 FieldallowMoving

A value indicating whether the column can be moved.

 
 FieldallowSizing

A value indicating whether the column can be sized.

 
 FieldallowSort

A value indicating whether column can be sorted.

 
 FieldcellFormatter

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

 
 Fieldcolumns

Type: wijmo.grid.IColumn[]

Gets a array of objects representing the band columns.

 
 FielddataFormatString

A pattern used for formatting and parsing column values.

 
 FielddataKey

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.

 
 FielddataParser

Type: wijmo.grid.IDataParser

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

 
 FielddataType

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

 
 FieldensurePxWidth

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

 
 FieldfilterOperator

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

 
 FieldfilterValue

A value set for filtering.

 
 FieldfooterText

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

 
 FieldgroupInfo

Type: wijmo.grid.IGroupInfo

Used to customize the appearance and position of groups.

 
 FieldheaderText

Gets or sets the header text.

 
 FieldinputType

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

 
 FieldreadOnly

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

 
 FieldrowMerge

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

 
 FieldshowFilter

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

 
 FieldsortDirection

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

 
 FieldtextAlignment

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

 
 FieldvalueRequired

A value indicating whether null value is allowed during editing.

 
 Fieldvisible

A value indicating whether column is visible.

 
 Fieldwidth

Determines the width of the column.

 
Top
See Also

Reference

wijmo.grid Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.