var instance; // Type: wijmo.grid.IC1ButtonFieldOptions; var value; // Type: ICommandButton value = instance.command;
var command : ICommandButton;
Represents options of a command button.
var instance; // Type: wijmo.grid.IC1ButtonFieldOptions; var value; // Type: ICommandButton value = instance.command;
var command : ICommandButton;
$("#element").wijgrid({ columns: [{ buttonType: "link", command: { text: "myCommand", click: function (e, args) { alert("clicked!"); } } }] });