I'm writing an application that needs to show a popup with a message and different number of buttons depending on the result of an API call. To achieve this with a regular MAUI toolkit popup, I'm using
However, this doesn't work with RadPopups. Is there anyway to show a RadPopup programmatically and return the result of a button click?
App.Current.MainPage.ShowPopupAsync