I’m experiencing a strange behavior with RadzenDropDown when using AllowFiltering="true" inside a RadzenDataGrid in Blazor Server.
Issue
When the dropdown is placed inside a DataGrid (for example, in a column template or edit template), clicking on it causes the dropdown panel to open and immediately close.
This only happens when AllowFiltering="true" is enabled.
If AllowFiltering="false", the dropdown works correctly.
Important note
I was able to reproduce the exact same issue directly on the official Radzen demo pages.
So this does not appear to be related to custom code or project configuration, but rather a component-level issue.
Environment
Blazor Server
.NET 10
Last version of Radzen
Browser tested: Chrome (also happens on tablet / mobile)
It seems the issue is specifically related to touch devices.
The problem does not reproduce consistently on desktop, but it does reproduce on iPhone and tablets (touch input).
When AllowFiltering="true" is enabled, tapping the RadzenDropDown causes it to open and immediately close, making it impossible to type in the filter input.
This behavior can also be observed on the Radzen demo pages when accessed from an iPhone or tablet.
Here’s a pic on where to find the error. If you enter to Radzen blazor components, select Dropdown → Filtering and press clic on the first or second dropdown, it will open and close automatically
Just to be very explicit:
I’m not referring to mobile phones, but specifically to tablets.
On mobile phones, the dropdown seems to work fine.
On tablets (for example: iPad), the issue does reproduce.
On tablets, when AllowFiltering="true" is enabled and the RadzenDropDown is used inside a RadzenDataGrid, tapping the dropdown causes it to open and immediately close.
This can also be reproduced on the Radzen demo pages when accessed from a tablet device.
Vladimir, it’s clear that you’re having trouble reproducing the issue.
I don’t think sharing screenshots of working scenarios is the best way to address it…but here is another one, this was done on an iPhone 13 PRO:
I’ve provided a GIF that clearly shows the problem occurring in my case.
The first GIF was recorded on an iPad Pro 11 and the second GIF was recorded on an iPhone 11, and I’ve also confirmed the same issue on an iPad Air 4, iPad Mini, and iPhone 11.
Think you can try on those devices?