ListPicker does not show if called from a Popup in MAUI

1 Answer 18 Views
DatePicker DateTimePicker ListPicker TimePicker
Daniel
Top achievements
Rank 1
Daniel asked on 02 Apr 2025, 02:17 PM | edited on 03 Apr 2025, 06:57 AM

Hello,

We have a MAUI app that we are transitioning from Xamarin Forms. In the app we have a popup page that appears, which has a RadListPicker control in it. 

In Xamarin.Forms we used to use rg.plugins.popups and would add the RadListPicker control there. Everything would work fine, it would appear ok on both platforms.

Since MAUI, on iOS, we have not been able to replicate that behavior. We have tried using Mopups, and CommunityToolkit.MAUI Popups with no success.

Using Mopups, the ListPicker is shown behind the popup page, and using the CommunityToolkit, the Picker does not show up at all.

Steps to reproduce:

1. Install CommunityToolkit.MAUI package

2. Create a Popup page and add a ListPicker with any data

3. Navigate to the popup and try to open the picker

Any help would be greatly appreciated.

 

Thank you!

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 03 Apr 2025, 09:39 AM

Hello Daniel,

We have the following items logged when popup is inside popup:

ComboBox, Pickers: [iOS] [MacCatalyst] Displayed in wrong window when inside Mopups

Popup: [Android] Exception when popup is added inside popup

Press the follow button to subscribe for email notifications when there is an update.

Both issues are escalated to the dev team and your feedback is shared. At this time the solution is to avoid nesting popup elements. For example you can use content view and add the controls that use popup inside this view.

Regards,
Didi
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Tags
DatePicker DateTimePicker ListPicker TimePicker
Asked by
Daniel
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or