var instance; // Type: wijmo.grid.IC1ButtonBaseFieldOptions; var value; // Type: string value = instance.buttonType;
var buttonType : string;
Gets or sets the type of the button in the column. Possible values are "link", "button", "imageButton", "image".
var instance; // Type: wijmo.grid.IC1ButtonBaseFieldOptions; var value; // Type: string value = instance.buttonType;
var buttonType : string;
$("#element").wijgrid({ columns: [{ buttonType: "button" }]});