Wijmo UI for the Web
updateCommand Field
wijmo.grid Namespace > IColumn Interface : updateCommand Field

Type: wijmo.grid.ICommandButton

Represents options of an Update commnd button.

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

Reference

IColumn Interface