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,
anoopkaur said: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.
No, there is no event specifically just for column freezing, but you should be able to determine if a column was fixed or unfixed inside this event.
anoopkaur said:& also if suppose I freeze the very first column of the grid, then its position in the grid is not changed. It remains the first column. Will these events (BeforeColPosChanged and AfterColPositionChanged) be fired then too?? I guess not.
Yes, the event will fire.
& also if suppose I freeze the very first column of the grid, then its position in the grid is not changed. It remains the first column. Will these events (BeforeColPosChanged and AfterColPositionChanged) be fired then too?? I guess not.
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
The events are BeforeColPosChanged and AfterColPosChanged.