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
460
Tree sorting issue after click on columns header
posted

I encountered unexpected behaviour with ultratree sorting when clicking on columns header. Please find sample in attached file. Click "PopulateTree" to load data then click twice on any columns to sort. All nodes except the first collapse until the scrollbar is clicked.

Is this a bug or am I missing something? Thanks

UT.zip
Parents
No Data
Reply
  • 69832
    Offline posted

    When the view is sorted, the control attempts to keep the ActiveNode in view; since the first node was active when the column was sorted, and it becomes the last node after the sort, the control is scrolled accordingly.

Children