Wijmo UI for the Web
IC1CommandButtonFieldOptions Interface
wijmo.grid Namespace : IC1CommandButtonFieldOptions Interface
Represents options of a field that displays command buttons to perform editing and deleting operations.
Fields
 NameDescription
 Field

A value indicating whether the column can be moved.

 
 Field

A value indicating whether the column can be sized.

 
 Field

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

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of a Cancel command button.

 
 Field

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

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of a Delete command button.

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of an Edit command button.

 
 Field

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

 
 Field

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

 
 Field

Gets or sets the header text.

 
 Field

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

 
 Field

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

 
 Field

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

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of an Update commnd button.

 
 Field

A value indicating whether column is visible.

 
 Field

Determines the width of the column.

 
Top
See Also

Reference

wijmo.grid Namespace