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

HI, I am evaluating the maui UI but only found out the data binding for expandoobject or dynamicobject is not working, is this a true limitation?

i believe this was supported in wpf or uwp, any reason why this is the case for net maui? it seems such an easy thing to support...

Didi
Telerik team
 updated answer on 01 Dec 2022
1 answer
1.1K+ views

When running a Maui app on Windows, a page containing a CarouselView shows all items at once instead of having to swipe with the mouse to reveal each consecutive item.

Does Telerik offers an alternative?

Or can I create the same behaviour with an existing control?

Lance | Senior Manager Technical Support
Telerik team
 answered on 28 Nov 2022
1 answer
147 views

Hi, 

Running the ControlSamples demo app, if you add a CheckChanged event handler to the RadCheckBox , the event

handler code is not hit. If the RadCheckBox is changed to the default MAUI checkbox it works. We are seeing this on

NET 7 Mac OS 12.5.1

Thanks

 

 

Didi
Telerik team
 answered on 17 Nov 2022
1 answer
1.0K+ views

Hello,

I have several controls I want to change the font size and text color for (RadNumericInput, RadTimePicker, and RadTimeSpanPicker). The pop-ups are fine out of the box but the control itself (before being tapped on) has fairly small font and the font is black which doesn't work in Dark Mode. I would like to make the font larger for each of these 3 controls and bind the Text Color to a Color in my Theme so the text color updates based on the theme being Dark vs Light. I'm assuming I would do these changes for all the controls in a similar way, but I am fairly new to Telerik UI. I just don't seem to find a TextColor or FontSize exposed as either an attribute, property, etc. for any of the Rad controls. I must be missing something simple, as every basic control has ability to change text color and size.  

I would appreciate any help somebody could provide. Thank you.

p.s. - Bonus points if you can tell me how to do it in C# rather than XAML, but OK if not. I can adapt it as needed. :)

Lance | Senior Manager Technical Support
Telerik team
 answered on 16 Nov 2022
1 answer
152 views

hi,

I got an Telerik License from my employer but also Rider. Is there a way to install Telerik extensions on Rider or do you have any plans for the future to support this?

BR,

Kay

Nikolay Mishev
Telerik team
 answered on 16 Nov 2022
1 answer
155 views
I've set the font size to '1' but would really like to get all that space back (i.e., make the header invisible). Is that possible?
Didi
Telerik team
 answered on 14 Nov 2022
1 answer
125 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
308 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.0K+ 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
296 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
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?