Hi All,
In a UltraWinGrid I have, how do I enable the little downward-pointing, black triangle in the column header. i.e. when you click the triangle, you get a dropdown of the columns of the grid that you can choose from instead of using the separate modeless dialog field chooser.
Thanks for your help!
Corey.
Hi Corey,
There's isn't any built-in field chooser in the column header like you describe here. It sounds like you might be referring to the column swapping dropdown, though. You can turn that on by setting AllowColSwapping on the Override to true - but this just swaps the position of columns, it doesn't let you hide/show them like the column chooser does.