Wijmo UI for the Web
deleteCommand Field

Type: wijmo.grid.ICommandButton

Represents options of a Delete command button.

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

See Also

Reference

IColumn Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.