radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 785 forks source link

RadzenGrid Header and Column auto-scaling #61

Closed Karolaka closed 3 years ago

Karolaka commented 3 years ago

Describe the bug While rendering Radzen Grid members, grid headers and columns sizes (width) are not related to each other. It looks like separate components. Specific header and related column content is not in the same position.

To Reproduce Steps to reproduce the behavior: 1) Declare component with binding of TItem 2) add element as nested in RadzenGrid 3) add without setting of Width fixed option nested in Columns 4) add nested in RadzenGridColumn 5) add many without setting of Width fixed option nested in Columns (for example by using foreach loop 6) add