Reduce code column size

This commit is contained in:
2025-11-04 17:20:02 +09:00
parent 48cab2cde9
commit 9f4824e093

View File

@ -42,7 +42,7 @@
<Template Context="registry">
<RadzenDataGrid Data="@registry.Elements" AllowFiltering="true" AllowSorting="true">
<Columns>
<RadzenDataGridColumn Property="Code" Title="Код" SortOrder="SortOrder.Ascending" />
<RadzenDataGridColumn Property="Code" Title="Код" SortOrder="SortOrder.Ascending" Resizable="false" Width="100px" MaxWidth="100px" />
<RadzenDataGridColumn Property="GUID" Title="Идентификатор" />
<RadzenDataGridColumn Filterable="false" Sortable="false" TextAlign="TextAlign.Center" Width="70px">
<Template Context="registryElement">