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

I want to use alternate row style, while also styling the other rows. But if I set RowBackgroundStyle, then the AlternateRowBackgroundStyle is ignored?

Here's the code for my grid:

And this is the result:

 

However, if I remove the RowBackgroundStyle, then it looks like this:

Because default background color is black, it now looks like this. Is it really not possible to style the two sets of rows?

René
Top achievements
Rank 1
Iron
 answered on 16 Nov 2023
1 answer
53 views

Good afternoon, 

Does the .NET MAUI RichTextEditor support spell check? Not sure if I am missing something, I know it's supported in the WinForms RichTextEditor.

Thank you!

Yana
Telerik team
 answered on 14 Nov 2023
1 answer
97 views

Hello friends.

I need to download all the components that come with the complete Telerik DevCraft Ultimate package but offline since the computer where I need to download it does not have an Internet connection.

 

Thank you.

Lance | Senior Manager Technical Support
Telerik team
 answered on 13 Nov 2023
1 answer
142 views

In the WPF version of the Pdf Viewer, there was VerticalScrollOffset and ScrollToVerticalOffset(). I'm not seeing those in the .Net MAUI version of the pdf viewer.  I've been trying to use the ScrollIntoView, but I'm finding it difficult to figure out the correct location.  

I'm wanting to capture the current scroll location, and then once I reload the pdf, scroll back to that location. 

 

Didi
Telerik team
 updated answer on 09 Nov 2023
1 answer
290 views

I have a SlideView within a native MAUI ScrollView.  Unfortunately the ScrollView does not scroll when the touch event starts on the SlideView.  This worked in Xamarin.

I have managed to get SwipeGestureRecognizers for Up and Down working - but since I do not know how far has been swiped, I cannot convert this to a scroll action.

Are there any suggestions on how to fix the scrolling.

Didi
Telerik team
 answered on 09 Nov 2023
0 answers
177 views

I'm trying to build a donet maui app but when it try to compile the project for ios i get this error, i don't now what this means.

/ usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7124/targets/Xamarin.Shared.Sdk.targets(3,3): Error: clang++ exited with code 1:
Undefined symbols for architecture arm64:
  “_objc_msgSend$weekOfMonth”, referenced from:
      -[TKChartDateTimeCategoryAxis getDateComponentValue:] in TelerikUI.a(TKChartDateTimeCategoryAxis.o)
  “_objc_msgSend$weekOfYear”, referenced from:
      -[TKChartDateTimeCategoryAxis getDateComponentValue:] in TelerikUI.a(TKChartDateTimeCategoryAxis.o)
  “_objc_msgSend$weekdayOrdinal”, referenced from:
      -[TKChartDateTimeCategoryAxis getDateComponentValue:] in TelerikUI.a(TKChartDateTimeCategoryAxis.o)
  “_objc_msgSend$getDateComponentValue:“, referenced from:
      -[TKChartDateTimeCategoryAxis numericValue:] in TelerikUI.a(TKChartDateTimeCategoryAxis.o)
      -[TKChartDateTimeCategoryAxis updateRangeWithSeries:forKey:] in TelerikUI.a(TKChartDateTimeCategoryAxis.o)
  “_objc_msgSend$initWithLow:high:“, referenced from:
      -[TKChartRangeDataPoint initWithX:low:high:] in TelerikUI.a(TKChartRangeDataPoint.o)
      -[TKChartRangeDataPoint initWithY:low:high:] in TelerikUI.a(TKChartRangeDataPoint.o)
  “_objc_msgS (AppPedidosMobile)

Rafael
Top achievements
Rank 1
Iron
 asked on 08 Nov 2023
1 answer
75 views

<telerik:RadComboBox.Behaviors>
                                    <mct:EventToCommandBehavior EventName="SelectionChanged"
                                                                Command="{Binding }"
                                                                CommandParameter=""
                                </telerik:RadComboBox.Behaviors>

 

Is it possible to map the SelectionChanged event to command with added and removed items as parameters?

Yana
Telerik team
 answered on 06 Nov 2023
0 answers
127 views

Hi,

 

We have mobile form which has RadDatePicker one of control. It is working on Android without an isssue but not working on iOS (tried with Iphone 14 - 16.6.1) but on simulator(iphone 14 - 16.4 and Iphone 15 - 17) is working fine.

I have crash report from iphone but don't know how to interpret it. Just wondering if you have seen this issue before and have any recommendation.

.net 8.0 and latest Telerik MAUI controls

Thanks

Balwinder

Elvin
Top achievements
Rank 1
 asked on 02 Nov 2023
1 answer
98 views

Hi, 

I am adding a RadDatePicker  programmatically to my MAUI app.  It is being displayed on the page but when I click on it I get System.StackOverflowException: 'The requested operation caused a stack overflow.'  Am I missing something?

 private readonly RadDatePicker _datePicker;
 _datePicker = new RadDatePicker();;

var grid = new Grid
{
    { new StackLayout() { Children = { _datePicker }, Margin = 0, Orientation = StackOrientation.Horizontal } } }, 0, 0 }
};


Didi
Telerik team
 answered on 02 Nov 2023
1 answer
52 views

I'm implementing the RadCalendar in my MAUI app but there  is a problem. I need to remove the current date coloured circle over a date and just change the background colour. of the current date. I've tried to change the template for the day, but that changes all days.

The forms version doesn't have the current day shown as anyything orther than the border of the current day shown. Can this be replicated in the MAUI version?

Didi
Telerik team
 answered on 02 Nov 2023
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?