Why text in the button all "Upper Case"?
<RadzenButton Click="@ButtonClicked" Text="@test"></RadzenButton>
@code {
private string test { get; set; } = "Hiiiiiii";
void ButtonClicked()
{
test = "Radzen OK !";
}
}
Why text in the button all "Upper Case"?
<RadzenButton Click="@ButtonClicked" Text="@test"></RadzenButton>
@code {
private string test { get; set; } = "Hiiiiiii";
void ButtonClicked()
{
test = "Radzen OK !";
}
}
Since this is how our Material theme is designed - according to Google design guidelines.
Is there a way to change to Fluent? Thanks.
Fluent theme is a premium one:
OK, Thanks.
But how to change to the Standard theme?
<RadzenTheme Theme="standard" ...>
See also Get Started | Free UI Components by Radzen and ThemeService.
Thanks, it works.
Ha, first day Radzen.
RAD and ZEN? That's the reason the bamboo in the radzen icon ?