Wijmo UI for the Web
staticColumnsAlignment Field
wijmo.grid Namespace > IWijgridOptions Interface : staticColumnsAlignment Field

Gets or sets the alignment of the static columns area. Possible values are "left", "right". Obsoleted, use the scrollingSettings.staticColumnsAlignment property instead.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: string
value = instance.staticColumnsAlignment;
var staticColumnsAlignment : string;
Example
$("#element").wijgrid({ staticColumnsAlignment: "left" });
Remarks
The "right" mode has limited functionality: - The showRowHeader value is ignored. - Changing staticColumnIndex at run-time by dragging the vertical bar is disabled.
See Also

Reference

IWijgridOptions Interface