Blazor Range Navigator Filter Example
This sample demonstrates data filtering by hire date using a DateTime axis in the Range Navigator, with the selected range synchronized to a Grid for contextual data filtering.
Integration workflow:
- The Range Navigator displays data across a DateTime axis
- Handle the navigator's
Changedevent to capture range selection - Synchronize the selected range with the Grid's filter for dynamic, coordinated data views
More information: documentation section.