jQuery.wijmo.c1gridview Namespace > options type : allowCustomContent Option |
// Get value var value; // Type: boolean value = $(".selector").c1gridview("option", "allowCustomContent"); // Set value var newValue; // Type: boolean $(".selector").c1gridview("option", "allowCustomContent", newValue);
var allowCustomContent : boolean;