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 docsThere are two ways to format data in Radzen Angular applications - via the Property Editor and via code.
You can open the property editor by clicking the "gear" button next to a property that supports it (e.g. most string properties).
The Property Editor will appear and allow you to pick any of the available page properties and apply formatting.

When you pick a string property you can apply the following formatting options: uppercase, lowercase, titlecase. You can also remove formatting.

You can format numeric properties as currency, percent and decimal. All options allow to further customize the formatting options e.g. to specify currency symbol, precision etc.

You can format date properties as UTC and local time. You can also customize the date format - whether it is short or full, whether it includes time or not.

You can also use Angular pipes when setting component properties.
Currency formatting: ${numberProperty | currency:'USD':true}
${dateProperty | date:"MM/dd/yy"}${dateProperty | utcDate:"MM/dd/yy"}Uppercase: ${stringProperty | uppercase}
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: