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
470
How do you sort by a hidden column?
posted

When I add a column to the sorted columns collection, that column is visible again.

How can I sort on a hidden column?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    Sorting a column does not have any effect on the Hidden property of that column. So if your column is showing up, something else in the code must be changing the hidden property.

    Are you loading a Layout into the grid?

Children