Search form
This guide demonstrates how to filter DataGrid records by TextBox value.
Quick video
-
Drop TextBox and Button components to Radzen design surface and defined placeholder and text
-
Define click event for the Button component to invoke Customers with filter contains(CompanyName, ‘${this.textbox0.value}’) and set a property customers to the result value
-
Drop DataGrid component to Radzen design surface, bind it to customers property and auto-generate columns
-
Run the application to search customers by company name