Hi
I am right now working on Infragistics netadvantage 2005 volume1. I want to know what all events are raised when we freeze or unfreeze a column so that i can add my code to those event handlers. This would be very helpful
Thanks
Anoop
Hi Anoop,
The events are BeforeColPosChanged and AfterColPosChanged.
Hi Mike,
Thanks for the reply. But these events will be fired whenever the position of the column will be changed ( for example, by swapping). I want to know if there are any event which are exclusive to columns freezing.
Regards