Wijmo UI for the Web
showDeleteButton Field

Gets or sets a value indicating whether a Delete button is displayed in a command column.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions;
var value; // Type: bool
value = instance.showDeleteButton;
Javascript (Specification) 
var showDeleteButton : bool;
Example
$("#element").wijgrid({
   columns: [{
      showDeleteButton: true
   }]
});
Browser Compatibility
7
5
5

See Also

Reference

IC1CommandBtnFieldOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.