Declined
Last Updated: 28 Dec 2021 20:48 by ADMIN
Severity Code Description Project File Line Suppression State
Error MSB6006 "java.exe" exited with code 1. SDKBrowserMaui C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\31.0.101-preview.10.59\tools\Xamarin.Android.D8.targets 79
Completed
Last Updated: 05 Aug 2022 02:37 by Allen
Release 2.3.0
Created by: Allen
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1

Hi Team,

Please add a base TFM for net6.0 to the Telerik.UI.for.MAUI libraries so that test projects are compatible with .NET MAUI projects referencing the Telerik package.

Thank you,

Allen

 

Side Note

Adding a MAUI TFM to the test project doesn't appear to be a solution as it doesn't find a test runner for that MAUI target. Here's an example of the type of error when I try that approach:

========== Starting test discovery ==========
Microsoft.VisualStudio.TestPlatform.ObjectModel.TestPlatformException: Testhost process exited with error: You must install or update .NET to run this application.
App: [redacted]\ProjectB.Test\bin\Debug\net6.0-windows10.0.19041.0\testhost.exe
Architecture: x64
Framework: 'Microsoft.Maui.Core', version '**FromWorkload**' (x64)
.NET location: C:\Program Files\dotnet
No frameworks were found.
Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.Maui.Core&framework_version=**FromWorkload**&arch=x64&rid=win10-x64
. Please check the diagnostic logs for more information.
   at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager.ThrowOnTestHostExited(Boolean testHostExited)
   at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager.SetupChannel(IEnumerable`1 sources, String runSettings)
   at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyDiscoveryManager.DiscoverTests(DiscoveryCriteria discoveryCriteria, ITestDiscoveryEventsHandler2 eventHandler)
========== Test discovery aborted: 0 Tests found in 68.4 ms ==========
========== Starting test run ==========
========== Test run finished: 0 Tests (0 Passed, 0 Failed, 0 Skipped) run in < 1 ms ==========

 

 

Completed
Last Updated: 02 Aug 2023 10:41 by ADMIN
Release Microsoft Maui 7.0.92
Chat Room example throws an exception. The undesired behavior is reproduced with the latest .NET MAUI version (7.0.86).

Same behavior happens in SDK Chat examples with typing indicator and Picker inside chat
Declined
Last Updated: 14 May 2024 09:38 by ADMIN
Created by: David
Comments: 4
Category: UI for .NET MAUI
Type: Bug Report
1

If this worked in earlier releases, it no longer does.

Duplicated
Last Updated: 05 Jul 2022 19:40 by ADMIN
Created by: Manish
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1
We really need these three components to migrate to MAUI. I cant see them in the RoadMap either - 

https://www.telerik.com/support/whats-new/maui-ui/roadmap

Can you give me a rough timeline when these would be available for MAUI? 

 

Thanks,

Manish

Completed
Last Updated: 20 Jul 2021 12:36 by ADMIN
Created by: Christian
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
1

Please update the global.json file in your demo application to the new Version of the .NET SDK 


{     
    "sdk": 
    {         
        "version": "6.0.100-preview.6.21355.2",
         "rollForward": "disable",
         "allowPrerelease": true     
    }
 }

Unplanned
Last Updated: 14 Feb 2022 07:57 by ADMIN
Created by: JeffSM
Comments: 3
Category: UI for .NET MAUI
Type: Feature Request
1

Hello,

The RadPanorama from WinForms is very welcome in .NET MAUI.

It's a flexible UI and a powerful way to manage information.

Thanks in advance,

Jefferson Motta

Unplanned
Last Updated: 20 Jun 2022 13:04 by Wayne
Created by: Wayne
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
A MAUI project with Blazor and the Telerik Blazor and MAUI runtime ready to go in the Visual Studio Project?
Unplanned
Last Updated: 11 Jul 2023 11:57 by ADMIN
Created by: Tuah
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1
Having scrollable horizontal datepicker like in the attached picture, that able to scroll to the left (previous date) or to the right (next day) is nice addition. I find its already availabe in Flutter, React, Angular etc.  Looking forward for The Telerik Devs to make it happen. Thank You.
Unplanned
Last Updated: 06 Feb 2024 10:38 by ADMIN
Created by: Hanoch
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1
Declined
Last Updated: 28 Feb 2022 14:35 by Daniel
Created by: Daniel
Comments: 4
Category: UI for .NET MAUI
Type: Bug Report
1

Hi,

I'm using this link to download and install MAUI controls.

I did it but I can't run the solution:CryptoTracker

I have this error

My net.config content is:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />    
    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
    <add key="dotnet6" value="https://aka.ms/dotnet6/nuget/index.json" />
    <add key="skiasharp" value="https://aka.ms/skiasharp-eap/index.json" />
   <add key="local" value ="../../Packages" /> 
  </packageSources>
  <activePackageSource>
    <add key="All" value="(Aggregate source)" />
  </activePackageSource>
  <disabledPackageSources />
</configuration>

 

Duplicated
Last Updated: 10 Mar 2023 09:54 by ADMIN
Created by: David
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Desired: Sample self-contained Maui or Maui/Blazor Reporting solution.

Background:

My Maui/Blazor app currently uses another vendor's Blazor Report Viewing tool, but that only compiles in Android and Windows. Viewer and Designer run in the same project and do not require a remote service.

Reports were previously designed in a WPF project using same vendor, but he says he has no plans to fully support Blazor use in Maui.

As I already have access to Telerik reporting, I would love to upgrade and view my reports using your Reporting, but I have yet to locate any Maui-specific instructions. Report Viewing should work without requiring any service outside the solution.

Declined
Last Updated: 13 Mar 2023 14:24 by ADMIN
Created by: Legrand
Comments: 4
Category: UI for .NET MAUI
Type: Feature Request
0

What is the best way to load a byte[] (which is a jpeg file) in the ImageEditor.

Ideally I want to transform the byte[] to a Bitmap (easy), for storage purpose

            using Stream stream = new MemoryStream(e.Buffer);
            using Bitmap image = new Bitmap(stream);

And then display the bitmap, but I don't know how totransform it to an ImageSource.

Regards.

Duplicated
Last Updated: 04 Aug 2022 07:01 by ADMIN
  

    <VerticalStackLayout>
        <Label 
            Text="Welcome to .NET MAUI!"
            VerticalOptions="Center" 
            HorizontalOptions="Center" />
        <Label Text="Status:" />
        <telerik:RadComboBox/>

    </VerticalStackLayout>

This works for Android. IOS gives error "Cannot resolve type "http://schemas.telerik.com/2022/xaml/maui:telerik:RadComboBox

But  telerik:RadCheckBox does not have the same problem.

   <VerticalStackLayout>
        <Label 
            Text="Welcome to .NET MAUI!"
            VerticalOptions="Center" 
            HorizontalOptions="Center" />
        <Label Text="Status:" />
        <telerik:RadCheckBox IsChecked="True"/>

    </VerticalStackLayout>     

Will work for IOS and Android.

How do I fix this?

I am using VS Community 2022 Preview 

Version 17.3.0 Preview 6.0

and Telerik.UI.for.Maui.Trial 2.2.0

 

 

 

     
Duplicated
Last Updated: 27 Mar 2023 16:13 by ADMIN
Created by: Mir
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0
Can I find out more details about the upcoming features in the PDFViewer Control and when it be available?
Declined
Last Updated: 07 Sep 2022 15:07 by ADMIN
Created by: Maulik
Comments: 5
Category: UI for .NET MAUI
Type: Bug Report
0
When focusing on combobox either by clicking on combobox or through tab focus it open the dropdown but many time it happens that the dropdown keeps blinking which makes it impossible to select any item from the dropdown. And due to very rapid show and hide of the dropdown it does not let choose any other control on the page and makes the entire page unusable.
Unplanned
Last Updated: 13 Mar 2024 08:25 by ADMIN

I tested Android and iOS only. Other platforms i cannot test at the moment.

 

Given the following implementation of the Combobox i observ different behaviour if the bound item is a enum or a class.

<telerik:RadComboBox x:Name="a"
                     ItemsSource="{Binding CloudProviders}"
                     SelectedItem="{Binding SelectedCloudProvider}"
                     IsClearButtonVisible="False">
    <telerik:RadComboBox.ItemTemplate>
        <DataTemplate>
            <Grid HeightRequest="40"
                  Padding="10">
                <Label Text="{Binding Title}"
                       TextColor="{DynamicResource DisabledTextColor}"
                       FontSize="14" />
            </Grid>
        </DataTemplate>
    </telerik:RadComboBox.ItemTemplate>
    <telerik:RadComboBox.SelectedItemTemplate>
        <DataTemplate>
            <Grid HeightRequest="40"
                  Padding="10">
                <Label Text="{Binding Title}"
                       TextColor="{DynamicResource DisabledTextColor}"
                       FontSize="14" />
            </Grid>
        </DataTemplate>
    </telerik:RadComboBox.SelectedItemTemplate>
</telerik:RadComboBox>

 

If the Itemssource is a Array of a enum type it works as intended.

If the Itemssource is a Array of classes the initial selected display member is not visible. The moment i tap into the closed combobox, the selected member is visible.

 

The attached screenshots show the page after loading and after touching into the white area(combobox) once.

 

For Localization and more details, we want to use classes. Is this a bug or do we have a issue in our code here?

 

Declined
Last Updated: 17 Aug 2022 11:51 by ADMIN
Created by: ward
Comments: 2
Category: UI for .NET MAUI
Type: Bug Report
0

  When update to 2.2.0, Running  by IOS Emulator failed,but version 2.1.0 is worked.

  Error Msg : The type initializer for 'SkiaSharp.SKObject' threw an exception.

  Please refer to image.

Completed
Last Updated: 19 Jul 2023 06:37 by ADMIN
Release 6.0.0
Created by: Larry
Comments: 0
Category: UI for .NET MAUI
Type: Bug Report
0
Note that this error is demonstrated by changing "<Button" (Maui) to "<telerik:RadButton" - no other changes.
Won't Fix
Last Updated: 13 Oct 2023 10:09 by ADMIN
Created by: tx55
Comments: 2
Category: UI for .NET MAUI
Type: Bug Report
0

Hello, 
I am trying to use the DataForm but as soon as I uncomment one too many input the UI overlaps. In the image attached, after uncommenting RSVPPage for example the UI is all messed up.

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage
    x:Class="Class"
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:models="clr-namespace:NameSpace.Models"
    xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
    xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
    xmlns:vm="clr-namespace:NameSpace.ViewModels"
    Title="Demo">
    <ContentPage.BindingContext>
        <vm:NewDemoViewModel />
    </ContentPage.BindingContext>
    <ContentPage.Content>
        <ScrollView>
            <telerik:RadDataForm
                x:Name="dataForm"
                AutoGenerateItems="False"
                BindingContext="{Binding Demo}"
                ValidationMode="LostFocus">
                <telerik:DataFormGroup HeaderText="Text">
                    <telerik:DataFormRadEntryEditor PropertyName="Host" />
                    <telerik:DataFormRadEntryEditor PropertyName="Address" />
                    <telerik:DataFormRadEntryEditor PropertyName="City" />
                    <telerik:DataFormRadEntryEditor PropertyName="PostalCode" />
                    <telerik:DataFormRadEntryEditor PropertyName="PhoneNumber" />
                </telerik:DataFormGroup>
                <telerik:DataFormGroup HeaderText="Text">
                    <telerik:DataFormRadEntryEditor PropertyName="CreatedOn" />
                    <telerik:DataFormRadDatePickerEditor PropertyName="PlannedDate" />
                    <telerik:DataFormRadDatePickerEditor PropertyName="Date" />
                    <telerik:DataFormRadTimePickerEditor PropertyName="Time" />
                    <!--<telerik:DataFormRadCheckBoxEditor PropertyName="PersoDemo" />
                    <telerik:DataFormRadEntryEditor PropertyName="RSVPPage" />-->
                    <!--<telerik:DataFormRadEntryEditor PropertyName="Ambassador" />
                        <telerik:DataFormRadEntryEditor PropertyName="InternalNote" />-->
                </telerik:DataFormGroup>
            </telerik:RadDataForm>
        </ScrollView>
    </ContentPage.Content>
</ContentPage>

I am using the android emulator with a pixel 5.

Thanks in advance,