Wijmo UI for the Web
editCommand Field
wijmo.grid Namespace > IC1CommandButtonFieldOptions Interface : editCommand Field

Type: wijmo.grid.ICommandButton

Represents options of an Edit command button.

Syntax
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: ICommandButton
value = instance.editCommand;
var editCommand : ICommandButton;
Example
$("#element").wijgrid({
   columns: [{
      editCommand: {
         text: "Edit!"
      }
   }]
});
See Also

Reference

IC1CommandButtonFieldOptions Interface