Radzen Autocomplete doesn't render in Radzen Datagrid FilterTemplate #48

Closed
opened 2026-01-29 17:30:43 +00:00 by claunia · 1 comment
Owner

Originally created by @Mr-Technician on GitHub (Feb 24, 2021).

Describe the bug
Nesting a <RadzenAutoComplete> component inside the <FilterTemplate> of a data grid component results in incorrect rendering.

To Reproduce
Steps to reproduce the behavior:

  1. Create a Radzen Datagrid
  2. Add at least one column and add a filter template.
  3. Add a RadzenAutoComplete component and run the site.
<RadzenGridColumn TItem="ContactGoalViewModel" Property="CompanyName" Title="CLient Agency">
                <FilterTemplate>
                    <RadzenAutoComplete Placeholder="Type to search" Data="agencies" LoadData="SearchAgencies" @bind-Value="CurrentAgency"></RadzenAutoComplete>
                </FilterTemplate>
            </RadzenGridColumn>

Alternatively link your repo with a sample project that can be run.

Expected behavior
The autocomplete component should render and run.

Screenshots
The client agency and primary liaison are using autocomplete components.
image

Desktop (please complete the following information):

  • Browser: Chrome, Chromium Edge, Firefox
  • Version: Radzen 3.1.1
    .NET 5 Blazor Server
Originally created by @Mr-Technician on GitHub (Feb 24, 2021). <!-- IMPORTANT: Read this first!!! 1. If you own a Radzen Professional or Еnterprise subscription you can report your issue or ask us a question via email at info@radzen.com. Radzen staff will reply within 24 hours (Professional) or 16 hours (Enterprise) 2. The Radzen staff guarantees a response to issues in this repo only to paid subscribers. 3. If you have a HOW TO question start a new forum thread in the Radzen Community forum: https://forum.radzen.com. Radzen staff will close issues that are HOWTO questions. 4. Please adhere to the issue template. Specify all the steps required to reproduce the issue or link a project which reproduces it easily (without requiring extra steps such as restoring a database). --> **Describe the bug** Nesting a `<RadzenAutoComplete>` component inside the `<FilterTemplate>` of a data grid component results in incorrect rendering. **To Reproduce** Steps to reproduce the behavior: 1. Create a Radzen Datagrid 2. Add at least one column and add a filter template. 3. Add a RadzenAutoComplete component and run the site. ``` <RadzenGridColumn TItem="ContactGoalViewModel" Property="CompanyName" Title="CLient Agency"> <FilterTemplate> <RadzenAutoComplete Placeholder="Type to search" Data="agencies" LoadData="SearchAgencies" @bind-Value="CurrentAgency"></RadzenAutoComplete> </FilterTemplate> </RadzenGridColumn> ``` Alternatively link your repo with a sample project that can be run. **Expected behavior** The autocomplete component should render and run. **Screenshots** The client agency and primary liaison are using autocomplete components. ![image](https://user-images.githubusercontent.com/26885142/109062290-5b699d00-76ad-11eb-8d3d-3e757138b5b1.png) **Desktop (please complete the following information):** - Browser: Chrome, Chromium Edge, Firefox - Version: Radzen 3.1.1 .NET 5 Blazor Server
Author
Owner

@akorchev commented on GitHub (Apr 26, 2021):

Thank you for reporting this issue! Should be fixed with the next release.

@akorchev commented on GitHub (Apr 26, 2021): Thank you for reporting this issue! Should be fixed with the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#48