Wijmo UI for the Web
IC1BtnFieldOptions Interface
Represents options of a field that displays a command button.
Browser Compatibility
7
5
5
Fields
 NameDescription
 FieldallowMoving

A value indicating whether the column can be moved.

 
 FieldallowSizing

A value indicating whether the column can be sized.

 
 FieldbuttonType

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

 
 FieldcellFormatter

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

 
 Fieldcommand

Type: wijmo.grid.ICommandButton

Represents options of a command button.

 
 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.

 
 FieldensurePxWidth

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

 
 FieldfooterText

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

 
 FieldheaderText

Gets or sets the header text.

 
 FieldtextAlignment

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

 
 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.