Telerik Forums
UI for .NET MAUI Forum
0 answers
160 views

The old https://nuget.telerik.com/nuget server is obsolete since November 2024. If you use it the following error occurs: 

Failed to retrieve information about 'Telerik.UI.for.Maui' from remote source 'https://nuget.telerik.com/nuget/FindPackagesById()?id='Telerik.UI.for.Maui'&semVerLevel=2.0.0'.

As a solution use the v3 server. To redirect your feed to the NuGet v3 protocol, all you have to do is to change your NuGet package source URL to https://nuget.telerik.com/v3/index.json The new v3 API is faster, lighter, and reduces the number of requests from NuGet clients. The new v3 protocol offers faster package searches and restores, improved security, and more reliable infrastructure.  For more details about the Telerik NuGet Server review the Telerik MAUI NuGet Server documentation.

Didi
Telerik team
 updated question on 27 Nov 2024
1 answer
8 views

I am trying to style the background color of Rows in a RadDataGrid  by the following the SDKBrowser MAUI Example (from GitHub).

RowBackgroundStyleSelector seems to be obsolete/not found in new versions of telerik .net maui... 

Using a class that returns a Style based on a Property value (implemeting IStyleSelector as the SDKBrowser example).

In the SDKBrowser example the binding is direct: (older version of .net maui telerik)?

How can I now bind the Row Background Style Color of a telerik:RadDataGrid in the new versions?

Didi
Telerik team
 answered on 30 May 2025
1 answer
11 views

Dear Telerik,

Can we customize radEntry of AutoComplete - like: add new button after Clear button?

 

Didi
Telerik team
 answered on 30 May 2025
0 answers
8 views
When inserting an image into the RadRichTextEditor, the height of the editor glitches where it becomes repeatedly shorter and taller. This is only happening on Android devices. Please see the attached video for reference. The editor is inside a StackLayout with a set MinimumHeightRequest.
Jennie
Top achievements
Rank 1
 asked on 27 May 2025
2 answers
11 views

We have this in our project to customize some tool bar items. It is working in 10.1.0, but no longer works in version 11.0.0

xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

 

<ResourceDictionary.MergedDictionaries>
<telerik:RadToolbarResourceDictionary />
</ResourceDictionary.MergedDictionaries>
Masha
Telerik team
 answered on 23 May 2025
1 answer
11 views
Are there any plans to support adding text and shapes to an image in the ImageEditor for .Net MAUI like in the ASP .Net product?
See Insert Text and Draw for the ASP .Net product
Didi
Telerik team
 answered on 14 May 2025
1 answer
38 views

Hi Telerik,

 

How to modify the RadListPicker control as box with rounder corners and with dropdown up and down arrow when it is closed or open.

 

I need this for all the platforms.

 

Should look like this in all the platforms:

Thanks And Best Regards,

Mohammed Rameez Raza (Rameez).

Didi
Telerik team
 answered on 08 May 2025
4 answers
40 views

Hi Telerik,

I have been using RadTabView for MAUI and have used the different style but, not able to make the header text to make to next line when it has lengthy text.  and also, I need all my tabs to be visible in a single screen.

 Requirements:

1. Line break for header text.

2. Make the tabs fit the screen.

3. Change the color of image (here we are using .png).

Below is the image for your reference:

 

Thanks & Best regards,

Mohammed Rameez Raza (Rameez).

Didi
Telerik team
 answered on 08 May 2025
1 answer
29 views

Dear Telerik,

How can I change the placeholder of RadChat from 'Please entry a message' to other value binding to ViewModel like 'ABC...'. I have tried to use

<ContentPage.Resources>
   <Style TargetType="telerik:ChatEntry">
        <Setter Property="Placeholder" Value="ABC.." />
    </Style>
</ContentPage.Resources> --> But it made the theming of RadChat failed! Can you help tell me how to solve this?
Petar Marchev
Telerik team
 answered on 05 May 2025
1 answer
31 views

Does the RadCollectionView support two way binding?  I have a row of toggle buttons that I am trying to make work like a radio button group.  Select one, and the others get toggled off. 

I can tell all the logic and events to fire off the .UpdateValue on the other buttons but the UI does not recognize the change.  For test purposes, also threw in some code to update a label just in case it might be the ToggleButton as the issue.

Everything seems to work but the UI is not updated.  Tried wrapping a RefreshView around the RadCollectionView to no avail.

the one way binding does work.

Didi
Telerik team
 answered on 24 Apr 2025
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?