Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
show column chooser - not field selector
posted

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.

  • 469350
    Suggested Answer
    Offline posted

    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.