The following tables list the members exposed by ColumnFixingClientEvents.
Name | Description | |
---|---|---|
ColumnFixed | Event which is fired when column fixing operation is finished. Use args.columnKey to get the column key of the fixed column. Use args.columnIndex to get the column index of the fixed column. Use args.owner to get a reference to the widget. | |
ColumnFixing | Event which is fired when column fixing operation is initiated. Use args.columnKey to get the column key of the column to be fixed. Use args.columnIndex to get the column index of the column to be fixed. Use args.owner to get a reference to the widget. | |
ColumnFixingRefused | Event which is fired when column fixing operation is initiated but sum of the width of the fixed columns container and width of the column to be fixed exceeds the grid width. Use args.columnKey to get the column key of the column to be fixed. Use args.columnIndex to get the column index of the column to be fixed. Use args.owner to get a reference to the widget. | |
ColumnUnfixed | Event which is fired when column unfixing operation is done. Use args.columnKey to get the column key of the unfixed column. Use args.columnIndex to get the column index of the unfixed column. Use args.owner to get a reference to the widget. | |
ColumnUnfixing | Event which is fired when column unfixing operation is initiated. Use args.columnKey to get the column key of the column to be unfixed. Use args.columnIndex to get the column index of the column to be unfixed. Use args.owner to get a reference to the widget. |
View on GitHub