Wijmo UI for the Web
buttonType Field
wijmo.grid Namespace > IC1CommandButtonFieldOptions Interface : buttonType Field

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

Syntax
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: string
value = instance.buttonType;
var buttonType : string;
Example
$("#element").wijgrid({ columns: [{ buttonType: "button" }]});
See Also

Reference

IC1CommandButtonFieldOptions Interface