var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.updateCommand;
var updateCommand : ICommandButton;
Represents options of an Update commnd button.
var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.updateCommand;
var updateCommand : ICommandButton;
$("#element").wijgrid({ columns: [{ updateCommand: { text: "Update!" } }] });