Skip to content

Lite: Add column-level filtering to data grids #18

@erikdarlingdata

Description

@erikdarlingdata

Description

The Dashboard has column-level filtering on all data grids (via ColumnFilterPopup, DataGridFilterService, ColumnFilterState, FilterOperator), but Lite has no equivalent functionality. Users should be able to filter grid data by column values in Lite the same way they can in the Dashboard.

Dashboard components to port

  • ColumnFilterPopup.xaml / .xaml.cs — filter UI popup
  • DataGridFilterService.cs — applies filters to DataGrid views
  • ColumnFilterState.cs — tracks filter state per column
  • FilterOperator.cs — filter operator model (contains, equals, etc.)

Affected grids

All data grid tabs in Lite (query snapshots, blocking, wait stats, etc.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions