Hi,
I have a hierarchical grid that has 3 bands and each band has exactly the same columns. I am using the ShowColumnChooser method to show the columns in Band(0) so that the user can select the visible columns in that band. How do I replicate the changes in all other bands?
I cannot find an event that I can use after the fieldChooser is disposed so that I can loop through band(0) and apply changes to the other bands.
Thanks in advance
Your suggestion worked. Thanks alot Mike
I think you can use the AfterColPosChanged event of the grid.