jQuery.wijmo.c1gridview Namespace > options type : ensureColumnsPxWidth Option |
// Get value var value; // Type: boolean value = $(".selector").c1gridview("option", "ensureColumnsPxWidth"); // Set value var newValue; // Type: boolean $(".selector").c1gridview("option", "ensureColumnsPxWidth", newValue);
var ensureColumnsPxWidth : boolean;
$("#element").wijgrid({ ensureColumnsPxWidth: true });