Select theme:
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 docsThis guide demonstrates how to set default filter value for DataGrid column.
1. Create new application with .NET server-side project and add new MSSQL data-source connected to Northwind database.
2. Create new Orders page and bind DataGrid to Orders table.
3. Add new Page property defaultOrderID
and bind DataGrid OrderID
column to defaultOrderID
.
4. Override OnAfterRender
in the Page partial class, set FilterValue
for OrderID
and execute DataGrid Reload()
for the first render.
5. Run the application
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: