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

Type: wijmo.grid.ICommandButton

Represents options of a Cancel command button.

Syntax
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: ICommandButton
value = instance.cancelCommand;
var cancelCommand : ICommandButton;
Example
$("#element").wijgrid({
   columns: [{
      cancelCommand: {
         text: "Cancel!"
      }
   }]
});
See Also

Reference

IC1CommandButtonFieldOptions Interface