Wijmo UI for the Web
allowMoving Field

Default value: true

A value indicating whether the column can be moved.

Syntax
Javascript (Usage) 
var value; // Type: bool
value = jQuery.wijmo.c1field.options.allowMoving;
Javascript (Specification) 
var allowMoving : bool;
Example
$("#element").wijgrid({ columns: [ { allowMoving: true } ] });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.