Is it possible to not allow column swapping for a given column?
I have some button columns that I always want to be the first couple columns in the layout.
Hi,
No, there's no way to control this on an individual column. You should Submit a feature request to Infragistics.
While you cannot prevent the column from showing up on the column swapping dropdown, you could handle the BeforeColPosChanged event and cancel the event if it results in moving one of the columns you don't want move.