Documentation

TreeDataGrid now supports two first-class setup styles:

  • ItemsSource plus declarative columns in XAML
  • Source plus fluent column builders in code

Use the XAML path when you want the control definition to live in markup. Use the Source path when you need features such as filtering or programmatic expand/collapse.

Start Here

  1. Getting Started
  2. Breaking Changes v12
  3. Column Types
  4. Selection Modes
  5. Sorting
  6. Filtering
  7. Expand and Collapse

Common Tasks