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.
Using grid.Reload() solves the issue, however, that seems too excessive as a solution.
Alternatively link your repo with a sample project that can be run.
Expected behavior
The grouping with buttons works the same as grouping with dragging columns
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Browser: Chrome
Version 22
Additional context
When using the add method in the same method
I have used example in your docs for repro: https://blazor.radzen.com/datagrid-grouping-api
All I did was adding two buttons for manual sorting
Describe the bug When adding buttons mentioned above, the dataGrid "breaks".
whereas expected look would be:
To Reproduce run code:
Steps to reproduce the behavior:
Using grid.Reload() solves the issue, however, that seems too excessive as a solution.
Alternatively link your repo with a sample project that can be run.
Expected behavior The grouping with buttons works the same as grouping with dragging columns Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context When using the
add
method in the same methodIt works as expected, however when it's in different methods the grid breaks unless
.reload()
is called