Dropdowns are not working as they should

2 Answers 22 Views
DropDownButton
Glendys
Top achievements
Rank 1
Iron
Glendys asked on 18 Apr 2024, 01:57 PM | edited on 19 Apr 2024, 06:31 AM
Start app that has the dropdown component
click on the dropdown and select one of the options
Note: only changes after 6+ clicks
Actual result:

The specific option isn't opened.

 

<FilterComponent @ref="filterComponent" SelectedItem="selectedItem" SelectedItemChanged="UpdateSelectedItemAsync">

 <TelerikStackLayout Orientation="StackLayoutOrientation.Horizontal" HorizontalAlign="StackLayoutHorizontalAlign.Right"
                     VerticalAlign="StackLayoutVerticalAlign.Center" Spacing="5px">
     <TelerikDropDownButton Icon="FontIcon.MoreHorizontal" ThemeColor="@ThemeConstants.Button.ThemeColor.Secondary">
         <DropDownButtonContent>
             Reports
         </DropDownButtonContent>
         <DropDownButtonItems>
             <DropDownButtonItem Icon="FontIcon.Table" OnClick="NavigateToReport1Async">Report 1</DropDownButtonItem>
             <DropDownButtonItem Icon="FontIcon.Table" OnClick="NavigateToReport2Async">Report 2</DropDownButtonItem>
             <DropDownButtonItem Icon="FontIcon.Table" OnClick="NavigateToReport3Async">Report 3</DropDownButtonItem>
         </DropDownButtonItems>
     </TelerikDropDownButton>
     <TelerikButton Icon="FontIcon.ChangeManually" ThemeColor="@ThemeConstants.Button.ThemeColor.Secondary"
                    OnClick="NavigateToCardAsync">Card</TelerikButton>
 </TelerikStackLayout>
</FilterComponent>

2 Answers, 1 is accepted

Sort by
0
Svetoslav Dimitrov
Telerik team
answered on 23 Apr 2024, 05:36 AM

Hello Glendys,

It seems that I am missing important details from your scenario to fully understand the issue you are facing. Can you provide information on the following:

  • Can you send us the definition of the FilterComponent? I believe that this is a custom component in your application and as it wraps the DropDownButton it might be connected to the issue. 
  • Can you send us a runnable code snippet where we can investigate? 

Regards,
Svetoslav Dimitrov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
0
Roel
Top achievements
Rank 1
Iron
answered on 26 Apr 2024, 12:57 PM
Hey Svetoslav, I just noticed we have a support account here is my ticket with supported information Ticket 1650162
Tags
DropDownButton
Asked by
Glendys
Top achievements
Rank 1
Iron
Answers by
Svetoslav Dimitrov
Telerik team
Roel
Top achievements
Rank 1
Iron
Share this question
or