wijmo.grid Namespace : IColumnGroupingEventArgs Interface |
Name | Description | |
---|---|---|
at | 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. | |
drag | The column being dragged: the drag source. | |
dragSource | The location of the dragged column. The possible values are "groupArea" and "columns". | |
drop | 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. | |
dropSource | The location of the dropped column. The possible values are "groupArea" and "columns". |