var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: string value = instance.freezingMode;
var freezingMode : string;
Determines whether the user can change position of the static column or row by dragging the vertical or horizontal freezing handle with the mouse. Possible values are: "none", "columns", "rows", "both". Obsoleted, use the scrollingSettings.freezingMode property instead.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: string value = instance.freezingMode;
var freezingMode : string;
$("#element").wijgrid({ freezingMode: "both" });