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