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.

Column Resizing Events

There are two events associated with column resizing in xamGrid™. These events have the suffix “ing” or “ed” appended to them, reflecting the order in which they occur. The column resizing events allow you to perform custom business logic before or after your end user resizes a column. ColumnResizing – The moment right before a column is resized, the ColumnResizing event fires. You can cancel this event if your application’s state does not meet certain conditions. ColumnResized – This event fires after the column is resized.

These events allow you to restrict which columns your end user can resize by cancelling the ColumnResizing event. You can also determine which Column your end user resized using the ColumnResized event.