Telerik Forums
UI for .NET MAUI Forum
1 answer
222 views

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>


Antoan
Telerik team
 answered on 14 Nov 2022
1 answer
476 views

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.

Antoan
Telerik team
 answered on 14 Nov 2022
1 answer
1.3K+ views

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

Didi
Telerik team
 answered on 14 Nov 2022
1 answer
433 views

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

 

Antoan
Telerik team
 answered on 11 Nov 2022
2 answers
275 views

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

 

Nikola
Telerik team
 answered on 07 Nov 2022
1 answer
207 views

Hi, I need select all text on focus in RadNumericMaskedEntry. Like in RadEntry, but I not found this feature.

 

Tks.

Gabriel
Top achievements
Rank 1
 answered on 05 Nov 2022
1 answer
648 views

Hi, 

Is there any way to achieve right click context menu with lists on desktop apps?

Thanks

 

 

Didi
Telerik team
 answered on 03 Nov 2022
1 answer
227 views

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">
                <Setter Property="BackgroundColor" Value="Transparent"/>
                <Setter Property="Text" Value="bob"/>
                <Setter Property="TextColor" Value="#1188FF"/>
            </Style>

Still shows Cancel as the text.

Didi
Telerik team
 answered on 03 Nov 2022
1 answer
160 views

Hi,

This control Rating no update always, when the property is chance in the viewmodel, no always this control updated, somebody why happed this?

Antoan
Telerik team
 answered on 01 Nov 2022
1 answer
182 views

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

Didi
Telerik team
 answered on 28 Oct 2022
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?