Background Image

Knowledge base articles about
sort

Search DlhSoft Team's blog for sort

Gantt Chart Light Library includes sample applications showing the way we can hierarchically sort GanttChartItem objects based on their content (i.e. task name) when using the GanttChartDataGrid control, upon using an external ToggleButton. How can we update the code to hierarchically sort data based on specific properties and update user interface accordingly whe…

In order to provide hierarchical sort operations for data bound to the TreeListView control within Gantt Chart Library for WPF or Project Management Library for WPF you need to write custom code. You can view a complete implementation example of the above within the Sorting sample application for the TreeListView control. Where can I find sample applications?