wijmo.grid Namespace > IC1CommandBtnFieldOptions Interface : updateCommand Field |
Represents options of an Update commnd button.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions; var value; // Type: ICommandButton value = instance.updateCommand; |
Javascript (Specification) | |
---|---|
var updateCommand : ICommandButton; |
$("#element").wijgrid({ columns: [{ updateCommand: { text: "Update!" } }] });