The rowSortingMode (string) specifies the type of tree nodes that should be sorted. This applies when sorting rows using one of the row header columns in the JavaScript Scheduler.
Available since 2020.1.4246.
"LeavesOnly"
- if all sibling nodes are leaf nodes, they will be sorted
"ParentsOnly"
- if all sibling nodes are parent nodes, they will be sorted
"All"
- sorts nodes at every level (available since 2024.3.6155)
"LeavesOnly"
Scheduler config:
{
rowSortingMode: "All",
// ...
}
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.