wijmo.grid Namespace > IC1BtnFieldOptions Interface : ensurePxWidth Field |
Determines whether to use number type column width as the real width of the column.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IC1BtnFieldOptions; var value; // Type: bool value = instance.ensurePxWidth; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ ensurePxWidth: true }]});