Wijmo UI for the Web
IColumn Interface
Combines all of the available options
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.

 
 FieldbuttonType

Gets or sets the type of the button in the column. Possible values are "link", "button", "imageButton", "image".

 
 FieldcancelCommand

Type: wijmo.grid.ICommandButton

Represents options of a Cancel command button.

 
 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.

 
 Fieldcommand

Type: wijmo.grid.ICommandButton

Represents options of a command button.

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

 
 FielddeleteCommand

Type: wijmo.grid.ICommandButton

Represents options of a Delete command button.

 
 FieldeditCommand

Type: wijmo.grid.ICommandButton

Represents options of an Edit command button.

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

 
 FieldshowDeleteButton

Gets or sets a value indicating whether a Delete button is displayed in a command column.

 
 FieldshowEditButton

Gets or sets a value indicating whether an Edit button is displayed in a command column.

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

 
 FieldupdateCommand

Type: wijmo.grid.ICommandButton

Represents options of an Update commnd button.

 
 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.