We recommend that you use the xamDataGrid control instead of the xamGrid control. The xamGrid is being planned for retirement over the next few years and will not receive any new features. We will continue to provide support and critical bug fixes for the xamGrid during this time. For help or questions on migrating your codebase to the xamDataGrid, please contact support.
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.