Hello,
Do you have a sample or documentation how to customize the dropdown of RadListPicker? If Yes, can you please provide me?
Thanks.
Hi Team,
I recently came across one issue with RadDatePicker while working on WinUI i.e. after selecting the value from DatePicker popup and clicking on Ok button, the Method (method name in the attached sample is AcceptExecuted) that is bind to PickerPopupSettings.AcceptCommand is not getting executed.
The same commend i.e. PickerPopupSettings.AcceptCommand gets executed in Android platform.
Have attached the project as well, you will be able to reproduce it in it.
Thanks,
Mohammed Rameez Raza;

Why UI/UX is importance for mobile app development?
It appears MAUI for .NET 8 doesn't have a way to close the soft keyboard on iOS when the entry is numeric. Applying the HideSoftInputOnTapped is works for the built-in controls that specify a numeric keyboard (e.g. SearchBar) but does not work for Telerik controls such as:
<telerik:RadEntry Keyboard="Numeric"/>Can anyone suggest a workaround for this?
I've tried implementing this concept, swapping in the RadEntryHandler, but could not get the following line to compile (it didn't let me assign a value to the InputAccessoryView).
handler.PlatformView.InputAccessoryView = toolbar;
Here is a complete description of what I'm referring to.
Thanks in advance!

How can I clear the search box on a RadComboBox. The only way I can clear the search text is when I use the keyboard to do so.
This is how I am defining the combo box.
<controls:RadComboBox
DisplayMemberPath="FullName"
DropDownButtonStyle="{StaticResource ContactDropDownStyle}"
HorizontalOptions="Fill"
IsClearButtonVisible="False"
IsDropDownClosedOnSelection="False"
IsEditable="True"
IsFilteringEnabled="True"
ItemsSource="{Binding Contacts, Mode=TwoWay}"
Loaded="OnComboBoxLoaded"
Margin="15"
OpenOnFocus="True"
Placeholder="Select Contacts"
PlaceholderColor="{StaticResource White}"
SearchTextPath="FullName"
SelectionChanged="OnContactSelectedChanged"
SelectionMode="Multiple"
TextColor="{StaticResource White}"
Unfocused="ContactComboBox_OnUnfocused"

Hi everyone,
Currently testing MAUI Controls and wondering if I can create a custom midel class for MAUI Scheduler Appointments?
I mean, if I want to add extra data like an appoitment perdonalized guid string or something like that.
Thanks for your help.
I'm using the .net Maui RadDataGrid.
In my case the user needs to color code several cells inside of the grid. The user will select a color then click on the cell. I need to be able to change the color of that cell. How do find that cell and change the color at runtime? One cell will be changed to red, then the next one could be blue.

Hi,
Are there any plans to make Linear Gauge available as a chart type in the MAUI controls?
Thanks,
Euan
