Wijmo UI for the Web
buttonType Field

Gets or sets the type of the button in the column. Possible values are "link", "button", "imageButton", "image".

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

See Also

Reference

IColumn Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.