Wijmo UI for the Web
deleteCommand Field
wijmo.grid Namespace > IColumn Interface : deleteCommand Field

Type: wijmo.grid.ICommandButton

Represents options of a Delete command button.

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

Reference

IColumn Interface