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