Select theme:
The Radzen Query builder allows you to specify the filter and sort order of Invoke data source method actions.
To open the Query Builder click the "Create query" button next to the Parameters label.
In the Query builder you can filter data and set the sort order. You can also combine filters via AND and OR logic.
Important! String values must be quoted e.g.
"${stringProperty}"
or"test"
. Date-time values can be picked with date-picker. You can use expressions (${}
) to specify values.
Let's build Orders by customer page with a DropDown component for Northwind Customers
and DataGrid for selected customer Orders
.
Customers
.
Orders
.
customerId
and Value ${event}
. Then execute ${this.Load()}
to reload the DataGrid.
"${customerId}"
.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: