DayPilot.Scheduler.rowSortingMode

The rowSortingMode (string) specifies which type of tree nodes should be sorted. 

Available since 2020.1.4246.

See also row sorting.

Possible Values

  • "LeavesOnly" - if all sibling nodes are leaf nodes, they will be sorted
  • "ParentsOnly" - if all sibling nodes are parent nodes, they will be sorted

Default Value

"LeavesOnly"

Example

dp.rowSortingMode = "ParentsOnly";