Filter by multiple fields as you type (Angular)

This guide demonstrates how to filter DataGrid records by multiple fields as you type.

  1. Create new application and add new MSSQL data-source connected to Northwind database.

  2. Drop DataGrid component to Radzen design surface, bind it to Customers.

  3. Drop TextBox component above DataGrid, set width to 100% and Search ... for placeholder

  4. Open DataGrid LoadData query builder and define filter for CustomerID or CompanyName using TextBox component value as expession.

  5. Define custom (input) attribute for the TextBox component equal to this.grid0.load()

  6. Run the application to filter customers