wijmo.grid.wijgrid Namespace > options type : ensureColumnsPxWidth Option |
Default value: false
Determines if the exact column width, in pixels, is used.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: bool returnsValue = $(".selector").wijgrid("option", "ensureColumnsPxWidth"); // Set value var newValue; // Type: bool $(".selector").wijgrid("option", "ensureColumnsPxWidth", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ ensureColumnsPxWidth: true });