var instance; // Type: wijmo.grid.IScrollingSettings; 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".
var instance; // Type: wijmo.grid.IScrollingSettings; var value; // Type: string value = instance.freezingMode;
var freezingMode : string;
$("#element").wijgrid({ scrollingSettings: { freezingMode: "both" }});