The maui blazor style is incorrect #985

Closed
opened 2026-01-29 17:47:21 +00:00 by claunia · 2 comments
Owner

Originally created by @JHeLiu on GitHub (Sep 15, 2023).


    <link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
    <script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
  <RadzenCard>
            <RadzenDataGrid AllowFiltering="true" AllowColumnResize="true" AllowAlternatingRows="false" FilterMode="FilterMode.Advanced"
                            AllowSorting="true" PageSize="5" AllowPaging="true" PagerHorizontalAlign="HorizontalAlign.Left" ShowPagingSummary="true"
                            Data="@keywords" TItem="Keyword">
                <Columns>
                    <RadzenDataGridColumn TItem="Keyword" Property="Name" Title="First Name" Frozen="true" />
                    <RadzenDataGridColumn TItem="Keyword" Property="IsTop" Title="Last Name" Width="160px" />
                    <RadzenDataGridColumn TItem="Keyword" Property="CreateDate" Title="Job Title" Width="200px" />
                </Columns>
            </RadzenDataGrid>
        </RadzenCard>

<PackageReference Include="Radzen.Blazor" Version="4.15.14" />

image

Originally created by @JHeLiu on GitHub (Sep 15, 2023). ``` <link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css"> <script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script> ``` ``` <RadzenCard> <RadzenDataGrid AllowFiltering="true" AllowColumnResize="true" AllowAlternatingRows="false" FilterMode="FilterMode.Advanced" AllowSorting="true" PageSize="5" AllowPaging="true" PagerHorizontalAlign="HorizontalAlign.Left" ShowPagingSummary="true" Data="@keywords" TItem="Keyword"> <Columns> <RadzenDataGridColumn TItem="Keyword" Property="Name" Title="First Name" Frozen="true" /> <RadzenDataGridColumn TItem="Keyword" Property="IsTop" Title="Last Name" Width="160px" /> <RadzenDataGridColumn TItem="Keyword" Property="CreateDate" Title="Job Title" Width="200px" /> </Columns> </RadzenDataGrid> </RadzenCard> ``` ` <PackageReference Include="Radzen.Blazor" Version="4.15.14" />` ![image](https://github.com/radzenhq/radzen-blazor/assets/15246138/47d2d953-8dcf-4483-86a7-f829001b113f)
Author
Owner

@yordanov commented on GitHub (Sep 15, 2023):

Hi @JHeLiu,

Could you please try the solution suggested in this forum thread and let us know if it resolves the issue?

@yordanov commented on GitHub (Sep 15, 2023): Hi @JHeLiu, Could you please try the solution suggested in [this forum thread](https://forum.radzen.com/t/radzennumeric-vertical-alignment-issue/15159/4?u=yordanov) and let us know if it resolves the issue?
Author
Owner

@JHeLiu commented on GitHub (Sep 15, 2023):

@yordanov Thank you

@JHeLiu commented on GitHub (Sep 15, 2023): @yordanov Thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#985