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

Gets or sets a value indicating whether a Delete button is displayed in a command column.

Syntax
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: boolean
value = instance.showDeleteButton;
var showDeleteButton : boolean;
Example
$("#element").wijgrid({
   columns: [{
      showDeleteButton: true
   }]
});
See Also

Reference

IC1CommandButtonFieldOptions Interface