Hello.
Using MAUI Trial 2.3.0
Visual Studio Community 2022 for Mac Preview Version 17.4 Preview (17.4 build 2339)
Checked in iOS 16.0 Simulator.
Disabled combobox does not react on touch on the dropdown arrow. But it reacts on the tap on the text part and allow to change selection in the list.
Tried to set OpenOnFocus to false - same behaviour
<DataTemplate x:Key="ComboBoxTemplate" x:DataType="{x:Type models:JDFModel}">
<telerik:RadBorder Style="{StaticResource GeneralBorderStyle}">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="2*" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<telerik:RadHighlightLabel Grid.Column="0" Text="{Binding Path=DisplayName}" Style="{StaticResource RegularLabelStyle}" />
<telerik:RadHighlightLabel Grid.Column="2" Text="{Binding Path=IsEnabled, Converter={StaticResource BoolToStringConverter}, StringFormat='{0} CoB'}" Style="{StaticResource RegularLabelStyle}" />
<telerik:RadComboBox Grid.Column="1" Style="{StaticResource RegularComboBoxStyle}" x:Name="box"
SelectionMode="Single"
ItemsSource="{Binding Path=ItemsSource}"
IsEnabled="{Binding Path=IsEnabled}"
SelectedItem ="{Binding Converter={StaticResource SelectedValueToItemConverter}, ConverterParameter={x:Reference box}, Path=SelectedValue, Mode=TwoWay, UpdateSourceEventName=SelectionChanged}" />
</Grid>
</telerik:RadBorder>
</DataTemplate>I`m trying to use the SegmentedControl on IOS but I always get the same error : "Cannot resolve type "http://schemas.telerik.com/2022/xaml/maui:telerik:RadSegmentedControl". (XFC0000)".
I included in the xaml the schema and copied the example from the documentation, in Android works perfectily.
Hello,
Question,
While trying to add the Telerik .net for MAUI nuget package I got following error:
GET https://api.nuget.org/v3-flatcontainer/telerik.ui.for.maui/index.json
NotFound https://api.nuget.org/v3-flatcontainer/telerik.ui.for.maui/index.json 564ms
Resolving conflicts for .NETStandard,Version=v2.0...
Unable to find package Telerik.UI.for.Maui. No packages exist with this id in source(s): nuget.org
Package restore failed. Rolling back package changes for 'mobapp'.
I am running Visual Studio 2022 v17.4 for MACOS and this are my Nuget Sources:
Any support is welcome.
Thx,
/m

Hi,
Is it possible to customise the 'mouse over' styling of the RadListView.
The docs just have information on styling the selected or pressed view.
Thanks
RadComboBox doesn't work on NET 7.0 - Mac OS catalyst
This is easy to recreate, simply create a new project using the new Telerik Maui app template from
VS2022 for mac 17.4 build 2339. Then drag a combobox in from the Toolbox. The dropdown list
is empty. Is this a known issue? Will it be fixed for the GA release. The issue can also be seen in the 'ControlSamples'
Telerik app when NET 7 is used.
Thanks
Hi, I need select all text on focus in RadNumericMaskedEntry. Like in RadEntry, but I not found this feature.
Tks.
Hi,
Is there any way to achieve right click context menu with lists on desktop apps?
Thanks

To see this, in the SDKBrowserMaui application, change PopupStyling.xaml and see that text changes are not reflected in the control.
For example, changing it to:
<Style TargetType="Button" x:Key="cancelButtonStyle">Still shows Cancel as the text.

Hi,
This control Rating no update always, when the property is chance in the viewmodel, no always this control updated, somebody why happed this?
Hi,
I am switching from Syncfusion to Telerik and was wondering if there was any sort of documentation on freezing columns in a Rad Data Grid when scrolling horizontally. I noticed the Web UI has this ability, but I need it for Maui.
Thanks
