Wijmo UI for the Web
IColumnGroupedEventArgs Interface
Provides data for the columnGrouped event of the wijgrid.
Browser Compatibility
7
5
5
Fields
 NameDescription
 Fieldat

The position at which the dragged column is dropped relative to the drop target. The possible values are "left", "right", or "center". The value is "left" if you're dropping the column into an empty group area.

 
 Fielddrag

Type: wijmo.grid.IColumn

The column being dragged: the drag source.

 
 FielddragSource

The location of the dragged column. The possible values are "groupArea" and "columns".

 
 Fielddrop

Type: wijmo.grid.IColumn

The drop target, the place where the dragged column is dropped. This parameter is null if you are dropping a column into an empty group area.

 
 FielddropSource

The location of the dropped column. The possible values are "groupArea" and "columns".

 
Top
See Also

Reference

wijmo.grid Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.