jQuery.wijmo.wijgrid Namespace > options type : freezingMode Field |
Default value: 'none'
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".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.freezingMode; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ freezingMode: "both" });