Wijmo UI for the Web
ensurePxWidth Field
wijmo.grid Namespace > IC1ButtonBaseFieldOptions Interface : ensurePxWidth Field

Determines whether to use number type column width as the real width of the column.

Syntax
var instance; // Type: wijmo.grid.IC1ButtonBaseFieldOptions;
var value; // Type: boolean
value = instance.ensurePxWidth;
var ensurePxWidth : boolean;
Example
$("#element").wijgrid({ columns: [{ ensurePxWidth: true }]});
Remarks
If this option is set to true, wijgrid will use the width option of the column widget. If this option is undefined, wijgrid will refer to the ensureColumnsPxWidth option.
See Also

Reference

IC1ButtonBaseFieldOptions Interface