wijmo.grid.c1field Namespace > options type : ensurePxWidth Option |
Determines whether to use number type column width as the real width of the column.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: bool returnsValue = $(".selector").c1field("option", "ensurePxWidth"); // Set value var newValue; // Type: bool $(".selector").c1field("option", "ensurePxWidth", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ ensurePxWidth: true }]});