Hi.
I am trying to round the corners of a datagrid. I have tried with radzen blazor studio, with a css class, aswell as regular old css. All three options nets me the same result. Cut off corners. See image. Any idea why?
Dont have this issue with other components such as textbox or buttons.
<RadzenDataGrid class="tenant-grid data-grid" @ref="grid0" ColumnWidth="200px" AllowFiltering="true" FilterMode="FilterMode.Advanced" AllowPaging=@allowPaging AllowSorting="true" ShowPagingSummary="true" PageSizeOptions=@(new int[]{5, 10, 20, 30})
Data="@tenant" RowUpdate=@GridRowUpdate RowCreate=@GridRowCreate TItem="context.tenant" Style="margin-top: 0px; width: 885px; border-radius: 10px; border: 2px solid #e0e0e0" >