This is a migrated thread and some comments may be shown as answers.

Popup no wrong location appears.

9 Answers 766 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Klayton
Top achievements
Rank 1
Veteran
Klayton asked on 22 Dec 2020, 05:59 PM

Hi, I'm doing a test with the blazor but in the combo as I click to appear the list the items appear far from the component. Can you help me with that? Thanks.

 

 

<div class="col-md-6">     <label class="form-label">Categoria</label>                 <TelerikComboBox Data="@_categorias" Filterable="true" FilterOperator="StringFilterOperator.Contains" Placeholder="Selecione a Categoria"                      @bind-Value="@subcategoria.CodigoGrupo" TextField="Descricao" ValueField="Id" Id="CBCategoria" AllowCustom="false" Width="100%">     </TelerikComboBox></div>

9 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 23 Dec 2020, 09:25 AM

Hello Klayton,

The following section of the documentation treats the most common reasons for such problems: https://docs.telerik.com/blazor-ui/troubleshooting/general-issues#wrong-popup-position. If it does not help you move forward, I recommend you open a support ticket and send us a simple runnable example that shows the problem.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Accepted
Klayton
Top achievements
Rank 1
Veteran
answered on 26 Dec 2020, 03:44 PM

Hi,

It worked out following Marin Bratanov's instructions,

Thank you very much

0
Dean
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 27 Jan 2021, 02:52 PM
My problem is similar, as I start typing in the combo box, the list of options covers where I am typing so I can't see what I'm typing.  I have check the stuff in the link - any other idea?  Images attached.
0
Marin Bratanov
Telerik team
answered on 27 Jan 2021, 03:11 PM

Hi Dean,

The article linked above summarizes the known causes for such problems. If it does not help you move forward, I advise that you open a support ticket and send us a simple runnable example of the Telerik problem (remove business logic, actual data, databases and dependencies, just the isolated Telerik component with a few hardoded items of data to showcase the problem).

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Dean
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 02 Feb 2021, 05:00 PM
Found the issue, thanks.
0
Marin Bratanov
Telerik team
answered on 02 Feb 2021, 05:34 PM

Hello Dean,

Would you mind sharing it with the community, it might help someone else?

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Dean
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 10 Feb 2021, 04:27 PM
It's covered in the link you sent
0
Marin Bratanov
Telerik team
answered on 10 Feb 2021, 04:30 PM

Thanks for the update, Dean.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

1
Qian
Top achievements
Rank 1
Iron
answered on 03 Nov 2022, 10:05 PM

I found a solution to this. 

Add the following codes:

<style>   
    .k-animation-container{
        position:fixed
    }
</style>
Tags
ComboBox
Asked by
Klayton
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
Klayton
Top achievements
Rank 1
Veteran
Dean
Top achievements
Rank 1
Iron
Iron
Veteran
Qian
Top achievements
Rank 1
Iron
Share this question
or