Wijmo UI for the Web
IC1CommandBtnFieldOptions Interface
Represents options of a field that displays command buttons to perform editing and deleting operations.
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".

 
 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.

 
 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.

 
 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.

 
 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.

 
 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.

 
 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.

 
 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.