Wijmo UI for the Web
staticColumnsAlignment Field

Default value: 'left'

Gets or sets the alignment of the static columns area. Possible values are "left", "right".

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijgrid.options.staticColumnsAlignment;
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.