Class
FlexAdvancedDataGrid class
Action
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting
in shifting the column to a new index.
Syntax
advancedDataGrid.ColumnGroupedADGHeaderShift(movingColumnIndex, newColumnIndex, oldColumnIndex, [triggerEvent])
Variable |
Description |
movingColumnIndex |
The data provider index of the item to be selected. INTEGER. |
newColumnIndex |
The zero-based index after the change. INTEGER. |
oldColumnIndex |
The zero-based index before the change. INTEGER. |
triggerEvent |
Optional.The event, such as a mouse or keyboard event, that triggered the selection action. FLEXTRIGGEREVENT. |