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 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.