Version

Please note that this control has been retired and is now obsolete to the XamDataGrid control, and as such, we recommend migrating to that control. It will not be receiving any new features, bug fixes, or support going forward. For help or questions on migrating your codebase to the XamDataGrid, please contact support.

Fixed Column Events

There are two events associated with fixed columns in xamGrid™. These events have the suffix “ing” or “ed” appended to them, reflecting the order in which they occur. The fixed column events allow you to perform some custom business logic before or after a column’s fixed state is changed.

  • ColumnFixedStateChanging Event – The moment right before a column’s fixed state is changed, the ColumnFixedStateChanging event fires.

  • ColumnFixedStateChanged Event – This event fires after the column’s fixed state is changed.

These events allow you to control how your end users interact with the fixed columns feature of the xamGrid control. You can cancel the ColumnFixedStateChanging event which would not allow your end user to fixed that column. The ColumnFixedStateChanged event allows you to see which column that your end user fixed in place.