Need help.
I am having two problems on the grid. First, by redefining the column size and the other by expanding the row.
Below, videos of the strange behaviors of both features.
Column size (never worked since launch)
https://youtu.be/KuTY_V-oBS0
<Template Context="entidade"> <GridUnidadeSaude EntidadeID="entidadeSel.EntidadeID" CidadeID="entidadeSel.CidadeID" /> </Template>
Line expansion (problem appeared after the last update)
https://youtu.be/bR_CX20aJPo
<RadzenGrid @ref="itemGrid" TItem="Cbo" Data="@itemList" AllowFiltering="true" FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive" AllowPaging="true" AllowSorting="true" AllowColumnResize="true" PageSize="10" ColumnWidth="200px" Responsive="true" RowSelect="@(args => cbo = args)" EmptyText="Não há registros para exibir" ApplyFilterText="Aplicar filtro" ClearFilterText="Limpar filtro" EqualsText="Igual" NotEqualsText="Diferente" LessThanText="Menor que" LessThanOrEqualsText="Menor ou igual que" GreaterThanText="Maior que" GreaterThanOrEqualsText="Maior ou igual que" EndsWithText="Terminando com" ContainsText="Contendo" StartsWithText="Iniciando com">
AspNetCore: 5.0.3
Radzen.Blazor: 3.0.9