DropDownDataGrid popup gets closes when clicking on the sorting icon #186

Open
opened 2026-01-29 17:33:02 +00:00 by claunia · 0 comments
Owner

Originally created by @argonNet on GitHub (Sep 2, 2021).

Describe the bug
In the DropDownDataGrid, when clicking on the sorting icon in a column header, the data grid popup gets closed. This only occurs when clicking on the sorting icon. When clicking on the header blank part or on the text, all works fine.

To Reproduce
Steps to reproduce the behavior:

  1. Go to a DropDownDataGrid control, a simple configure like this is enough to reproduce the bug.
<RadzenDropDownDataGrid TValue="string" 
                        FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive" 
                        AllowFiltering="true" 
                        AllowClear="true" 
                        Style="width:100%" />

  1. Click on fields to make the popup appear
  2. Click on the header sorting icon to sort a column (the bug appear even if there is no data)
  3. See the popup closing.

Expected behavior
Simply sorting the columns like the same way it works when clicking on the header.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser : Edge Chromium (Version 92.0.902.84), Google Chrome (Version 92.0.4515.159),

Additional context

  • Using Blazor WASM version 5.0.9
  • Using Blazor.Radzen version 3.9.7 (also occurred in previous version)
Originally created by @argonNet on GitHub (Sep 2, 2021). **Describe the bug** In the DropDownDataGrid, when clicking on the sorting icon in a column header, the data grid popup gets closed. This only occurs when clicking on the sorting icon. When clicking on the header blank part or on the text, all works fine. **To Reproduce** Steps to reproduce the behavior: 1. Go to a DropDownDataGrid control, a simple configure like this is enough to reproduce the bug. ``` <RadzenDropDownDataGrid TValue="string" FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive" AllowFiltering="true" AllowClear="true" Style="width:100%" /> ``` 2. Click on fields to make the popup appear 3. Click on the header sorting icon to sort a column (the bug appear even if there is no data) 4. See the popup closing. **Expected behavior** Simply sorting the columns like the same way it works when clicking on the header. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Windows 10 - Browser : Edge Chromium (Version 92.0.902.84), Google Chrome (Version 92.0.4515.159), **Additional context** - Using Blazor WASM version 5.0.9 - Using Blazor.Radzen version 3.9.7 (also occurred in previous version)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#186