New powerful Blazor DataGrid component from Radzen

We are happy to share that we’ve just released our brand new powerful Blazor DataGrid component with virtualization support, frozen columns, multiple columns sorting, improved filtering API and many more!

Virtualization

Virtualization allows you to render large amounts of data on demand. The RadzenDataGrid component uses Entity Framework to query the visible data. Just set the AllowVirtualization property to true. Requires .NET Core 5.0+. RadzenDataGrid supports virtualization with custom data-binding scenarios as well - handle the LoadData event as usual.

datagrid-virtualization.gif

Frozen columns

Lock columns to prevent them from scrolling out of view via the Frozen property.

datagrid-frozen-columns.gif

Multiple columns sorting and column sort API

You can allow now multiple column sorting if you set AllowMultiColumnSorting to true. You can set also the initial column sort order using SortOrder column property.

datagrid-multiple-columns-sorting.gif

Filtering API

Set the initial filter of your RadzenDataGrid via the FilterValue and FilterOperator column properties.

datagrid-filtering-api.gif

Radzen support

The new DataGrid component will be added to Radzen after a month. Only newly created pages will use it though - existing ones will not be updated automatically.

We would love to hear your feedback in the meantime!

Cheers!

Leverage Radzen on LinkedIn

Yes, we are on LinkedIn and you should follow us!

Now, you have the opportunity to showcase your expertise by adding Radzen Blazor Studio and Radzen Blazor Components as skills to your LinkedIn profile. Present your skills to employers, collaborators, and clients.

All you have to do is go to our Products page on LinkedIn and click the + Add as skill button.

by Vladimir Enchev

Radzen 3.0 progress and dozens of new features for current Radzen

We've been busy the last two months with Radzen 3.0 and we have very good progress to show. For example here is some work in progress of the new method editor (formerly known as event editor). All existing templates have been migrated to T4 for Radz...
Read more