Reduce code column size
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user