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
490
AfterColPosChanged event doesn't fire
posted

I am using the 2006 version of the UltraGrid.  Maybe this has changed in the current version, but when I change the hidden value of a column programmatically, the AfterColPosChanged event does not fire.  It does fire if I hide/show a column using the column chooser though.

In code I am setting "column.Hidden = true" for a column that is visible in the grid.  I would expect to see the AfterColPosChanged event fire and the "e.PosChanged" value equal to "PosChanged.HiddenStateChanged"

Do you know why this event does not fire when a change is made programmatically to the hidden property of a column?

Thanks!

Steve