Wijmo UI for the Web
cancelCommand Field

Type: wijmo.grid.ICommandButton

Represents options of a Cancel command button.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: ICommandButton
value = instance.cancelCommand;
Javascript (Specification) 
var cancelCommand : ICommandButton;
Example
$("#element").wijgrid({
   columns: [{
      cancelCommand: {
         text: "Cancel!"
      }
   }]
});
Browser Compatibility
7
5
5

See Also

Reference

IColumn Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.