Select theme:

Material 3
warning

You are viewing the legacy Radzen documentation.

Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.

Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.

The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/

Open Radzen Blazor Studio docs

Filter by DropDownlink

This guide demonstrates how to filter DataGrid records by DropDown selected item.

Source Code

  1. Drop DropDown component to Radzen design surface and bind it to Customers from Northwind OData service image image

  2. Define change event for the DropDown component to invoke Orders with $filter parameter CustomerID eq '${event.CustomerID}' and set a property orders to the result value image

  3. Drop DataGrid component to Radzen design surface, bind it to orders property and auto-generate columns
    image

  4. Run the application
    image

In this article —
    © 2016-2025 Radzen Ltd. All Rights Reserved.
    Designed and developed with ❤️ in Radzen Blazor Studio.

    Select theme:

    Material 3