var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: boolean value = instance.showDeleteButton;
var showDeleteButton : boolean;
Gets or sets a value indicating whether a Delete button is displayed in a command column.
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: boolean value = instance.showDeleteButton;
var showDeleteButton : boolean;
$("#element").wijgrid({ columns: [{ showDeleteButton: true }] });