Wijmo UI for the Web
showEditButton Field

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

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

See Also

Reference

IColumn Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.