Skip to content

Commit

Permalink
text fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Jan 10, 2025
1 parent 4be24ab commit e6272e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadzenBlazorDemos/Pages/DataGridCompositeColumns.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RadzenLabel Text="Allow composite data cells" Component="CheckBox1" />
</RadzenStack>
<RadzenStack Orientation="Orientation.Horizontal" Gap="0.5rem" AlignItems="AlignItems.Center" Style="margin-top:20px">
<div>Density:</div>
<div>Filter Mode:</div>
<RadzenSelectBar @bind-Value="@filterMode" TextProperty="Text" ValueProperty="Value"
Data="@(Enum.GetValues(typeof(FilterMode)).Cast<FilterMode>().Select(t => new { Text = $"{t}", Value = t }))" Size="ButtonSize.Small" />
</RadzenStack>
Expand Down

0 comments on commit e6272e8

Please sign in to comment.