var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.cancelCommand;
var cancelCommand : ICommandButton;
Represents options of a Cancel command button.
var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.cancelCommand;
var cancelCommand : ICommandButton;
$("#element").wijgrid({ columns: [{ cancelCommand: { text: "Cancel!" } }] });