var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: boolean value = instance.ensurePxWidth;
var ensurePxWidth : boolean;
Determines whether to use number type column width as the real width of the column.
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: boolean value = instance.ensurePxWidth;
var ensurePxWidth : boolean;
$("#element").wijgrid({ columns: [{ ensurePxWidth: true }]});