I've got a custom Context Menu that is accessible from anywhere in my grids for setting gridlines (horizontal, vertical, both, none), or export to excel, which I've gotten to work very well.
I would also like to include the HeaderContextMenu (columns) only, so the users can customize the columns displayed. I've been completely unsuccessful in getting those to work as one item. In short, is there an easy way to add the columns like those shown in the HeaderContextMenu to my custom context menu and have it function like it does from the HeaderContext menu, with persisting the displayed columns after the users makes their column display choices.
As it is now, I have my custom context on the grid and the headercontext columns accessible from the header only.