Wijmo UI for the Web
buttonType Field
wijmo.grid Namespace > IColumn 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.IColumn;
var value; // Type: string
value = instance.buttonType;
var buttonType : string;
Example
$("#element").wijgrid({ columns: [{ buttonType: "button" }]});
See Also

Reference

IColumn Interface