Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1650
Disallow column swapping per column
posted

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.

  • 469350
    Offline posted

    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.