Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: KryptonTreeGridView ( 70.22.11.312) - How To sort Child Nodes? #422

Open
MattH-Work opened this issue Jun 8, 2023 · 1 comment
Labels
discussion question Further information is requested

Comments

@MattH-Work
Copy link

Using a KryptonTreeGridView, I can sort the tree by using " KryptonTreeGridView.Sort(KryptonTreeGridView.Columns(1), ListSortDirection.Ascending) "
But this only sorts the top level nodes, how would I go about sorting the Child nodes?

image

As ever, thanks for all the work done on the Krypton toolkit...

@MattH-Work MattH-Work added discussion question Further information is requested labels Jun 8, 2023
@MattH-Work
Copy link
Author

Ended up addin the data to a Datatable, sorting there, then adding to the TreeGridView

Would still like to know if it can be done 'directly' to the TreeGridView child nodes themselves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant