Version

GridColumnMovingClientEvents Class Members

The following tables list the members exposed by GridColumnMovingClientEvents.

Public Fields
 NameDescription
Public FieldColumnDragCanceledEvent which is fired when a drag operation is canceled. Use args.columnKey to get the column key of the column that was being dragged. Use args.columnIndex to get the column index of the column that was being dragged. Use args.owner to get a reference to the widget. Use args.header to get a reference to the orginal th that was being dragged. Use args.helper to get a reference to cloned DOM element that was actually being dragged.  
Public FieldColumnDragEndEvent which is fired when a drag operation ends on a column header. Use args.columnKey to get the column key of the column that was being dragged. Use args.columnIndex to get the column index of the column that was being dragged. Use args.owner to get a reference to the widget. Use args.header to get a reference to the orginal th that was being dragged. Use args.helper to get a reference to cloned DOM element that was actually being dragged.  
Public FieldColumnDragStartEvent which is fired when a drag operation begins on a column header. Use args.columnKey to get the column key of the column being dragged. Use args.columnIndex to get the column index of the column being dragged. Use args.owner to get a reference to the widget. Use args.header to get a reference to the orginal th being dragged. Use args.helper to get a reference to cloned DOM element that's actually being dragged.  
Public FieldColumnMovedEvent which is fired when a column moving operation completes. Use args.columnKey to get the column key of the column that was moved. Use args.oldIndex to get the previous column index of the column that was moved. Use args.newIndex to get the new column index of the column that was being moved. Use args.owner to get a reference to the widget.  
Public FieldColumnMovingEvent which is fired when a column moving operation is initiated. Use args.columnKey to get the column key of the column that was being moved. Use args.columnIndex to get the column index of the column that was being moved. Use args.targetIndex to get the new column index of the column that was being moved. Use args.owner to get a reference to the widget.  
Public FieldMovingDialogClosedEvent fired after the moving dialog has been closed. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialogElement to get a reference to the moving dialog element. This is a jQuery object.  
Public FieldMovingDialogClosingEvent fired before the moving dialog is closed. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialogElement to get a reference to the moving dialog element. This is a jQuery object.  
Public FieldMovingDialogContentsRenderedEvent fired after the contents of the model dialog are rendered. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialog to get a reference to the Moving Dialog element. This is a jQuery object.  
Public FieldMovingDialogContentsRenderingEvent fired before the contents of the model dialog are rendered. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialog to get a reference to the Moving Dialog element. This is a jQuery object.  
Public FieldMovingDialogDragColumnMovedEvent fired when column moving is completed through dragging it in the moving dialog. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialog to get a reference to the Moving Dialog element. This is a jQuery object. Use ui.columnKey to get the column key of the column that was being moved. Use ui.columnIndex to get the column index of the column that was being moved. Use ui.targetIndex to get the new column index of the column that was being moved.  
Public FieldMovingDialogDragColumnMovingEvent fired when column moving is initiated through dragging it in the moving dialog. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialog to get a reference to the Moving Dialog element. This is a jQuery object. Use ui.columnKey to get the column key of the column that was being moved. Use ui.columnIndex to get the column index of the column that was being moved. Use ui.targetIndex to get the new column index of the column that was being moved.  
Public FieldMovingDialogDraggedEvent fired every time the moving dialog changes its position. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialogElement to get a reference to the moving dialog element. This is a jQuery object. Use ui.originalPosition to get the original position of the moving dialog div as { top, left } object, relative to the page. Use ui.position to get the current position of the moving dialog div as { top, left } object, relative to the page.  
Public FieldMovingDialogMoveDownButtonPressedEvent fired when move down button is pressed in the moving dialog. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialog to get a reference to the Moving Dialog element. This is a jQuery object. Use ui.columnKey to get the column key of the column that was being moved. Use ui.columnIndex to get the column index of the column that was being moved. Use ui.targetIndex to get the new column index of the column that was being moved.  
Public FieldMovingDialogMoveUpButtonPressedEvent fired when move up button is pressed in the moving dialog. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialog to get a reference to the Moving Dialog element. This is a jQuery object. Use ui.columnKey to get the column key of the column that was being moved. Use ui.columnIndex to get the column index of the column that was being moved. Use ui.targetIndex to get the new column index of the column that was being moved.  
Public FieldMovingDialogOpenedEvent fired after the column chooser is already opened. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialogElement to get a reference to the moving dialog element. This is a jQuery object.  
Public FieldMovingDialogOpeningEvent fired before the moving dialog is opened. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridColumnMoving widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.movingDialogElement to get a reference to the moving dialog element. This is a jQuery object.  
See Also

View on GitHub