How to allow users to select their own grouping for a .NET TreeView control
- by Chapso
I am using a treeview to display projects, tasks, time entries, and the people who are working on a project. I would like to allow the user to define a custom grouping (ie. Project->Task->Time Entries or Project->Date (of time entry)->Task->TimeEntry).
The relevant groups would be Project, Task, Time Entry, and Person, with some…