Version

ColumnFixingClientEvents Class Members

The following tables list the members exposed by ColumnFixingClientEvents.

Public Fields
 NameDescription
Public FieldColumnFixedEvent 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.  
Public FieldColumnFixingEvent 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.  
Public FieldColumnFixingRefusedEvent 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.  
Public FieldColumnUnfixedEvent 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.  
Public FieldColumnUnfixingEvent 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.  
See Also

View on GitHub