var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: ICommandButton value = instance.editCommand;
var editCommand : ICommandButton;
Represents options of an Edit command button.
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: ICommandButton value = instance.editCommand;
var editCommand : ICommandButton;
$("#element").wijgrid({ columns: [{ editCommand: { text: "Edit!" } }] });