Telerik Forums
UI for .NET MAUI Forum
1 answer
475 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
432 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
647 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
226 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
156 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
179 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
1 answer
290 views

Hi, I have a data grid where selection of cells works well until the grid is reloaded. I have code that changes the text of a cell after the current cell is clicked, then reloads the grid. The cell / grid object selected items shows it as selected but the format does not change.

The XAML settings for the grid:

                                         AutoGenerateColumns="False" 
                                         UserGroupMode="Disabled" 
                                         CurrentCellChanged="workerGrid_CurrentCellChanged"
                                         CurrentCell="{Binding Cell, Mode=TwoWay}"
                                         SelectionUnit="Cell"
                                         CurrentCellStyle="{StaticResource CurrentCellStyle}"
                                         SelectionMode="Multiple"
                                         SelectedItem="{Binding SelectedWorker,Mode=TwoWay}"
                                           >
                <telerik:RadDataGrid.AlternateRowBackgroundStyle>
                    <telerik:DataGridBorderStyle BackgroundColor="LightGray" 
                                 BorderThickness="1"
                                 BorderColor="BlanchedAlmond"/>
                </telerik:RadDataGrid.AlternateRowBackgroundStyle>

                <telerik:RadDataGrid.SelectionStyle>
                    <telerik:DataGridBorderStyle BackgroundColor="SeaGreen" 
                                 BorderColor="Wheat" 
                                 BorderThickness="2"/>
                </telerik:RadDataGrid.SelectionStyle>

Part of the code that changes the cell content and then passes it to the view model, if I comment this out, the selection works well. 

	    List<workerData> workers = new List<workerData>();
            foreach (var myItem in workerGrid.ItemsSource as ObservableCollection<workerData>) 
                if (myItem != null)
                {
                  //code that changes the text value of one cell, then loads it into the list of classes
                 }
//then passes it to the view model, where it is loaded. this is the same as first load
              this.BindingContext = new ViewModel(workers);

I expect that I have a setting wrong / error in the code because I can see the selected cell etc. in this:

var tempSel = this.workerGrid.SelectedItems;

Thank you

Antoan
Telerik team
 answered on 27 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?