Completed
Last Updated: 11 Dec 2023 16:06 by ADMIN
Release 6.5.0
After dynamically setting SelectedItems on a multi select RadComboBox, it renders out all the items instead of showing the collapsed tokens view.  I believe this is because RadComboBox.HideTokens is not getting called in this situation.
Duplicated
Last Updated: 11 Oct 2023 06:11 by ADMIN
Severity Code Description Project File Line Suppression State
Error clang++ exited with code 1:
ld: in /Users/jaajitech/Library/Caches/Xamarin/mtbs/builds/inSisMobileApp/a3a8ad44c41ca6a9c305417349b408b3294f1a61364d707faf7d6c17f11ad8b5/obj/Debug/net7.0-ios/iossimulator-arm64/linker-cache/TelerikUI.a(TKChartAnnotation.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/jaajitech/Library/Caches/Xamarin/mtbs/builds/inSisMobileApp/a3a8ad44c41ca6a9c305417349b408b3294f1a61364d707faf7d6c17f11ad8b5/obj/Debug/net7.0-ios/iossimulator-arm64/linker-cache/TelerikUI.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation) inSisMobileApp C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\16.4.7107\targets\Xamarin.Shared.Sdk.targets 1272

 

Duplicated
Last Updated: 25 Oct 2023 08:13 by ADMIN
Created by: Marcel
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

I would love to have an option to display a calendar in the DatePicker date selection popup

 

Best regards,

 

 

Marcel Souza

Pds Informática

Declined
Last Updated: 25 Feb 2022 14:43 by ADMIN
Created by: David
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
0
In code-behind or view model I would like to execute a particular procedure for a CellTap event. Your SDK examples do not seem to include any such example. How do I achieve this?
Declined
Last Updated: 28 Feb 2022 14:06 by ADMIN
Created by: Daniel
Comments: 2
Category: UI for .NET MAUI
Type: Bug Report
0

Hi,

I download CrytoTrackr solution from github and get the given error:

Severity Code Description Project File Line Suppression State
Error NU1102 Unable to find package Telerik.UI.for.Maui with version (>= 0.5.0)
  - Found 1 version(s) in PackageSource [ Nearest version: 0.4.0 ]
  - Found 0 version(s) in C:\Program Files\dotnet\library-packs
  - Found 0 version(s) in dotnet6
  - Found 0 version(s) in skiasharp
  - Found 0 version(s) in nuget CryptoTracker C:\Program Files (x86)\Progress\Telerik UI for .NET MAUI 0.4.0\maui-samples-main\Samples\CryptoTracker\CryptoTracker\CryptoTracker.csproj 1

 

Thanks,

Declined
Last Updated: 07 Nov 2023 08:45 by ADMIN

Repro steps:

Put a grid inside a RadBusyIndicator with a button.  On a button click, set IsBusy to true, change the height of the grid, and set IsBusy to false.  The grid height will not be updated.

Another way to reproduce is to add children views to the grid while IsBusy is true.  The children will not be rendered after it's done


This is a regression from a recent Telerik update

Duplicated
Last Updated: 12 Dec 2023 16:43 by ADMIN
Created by: Kevin
Comments: 3
Category: UI for .NET MAUI
Type: Bug Report
0

In certain situations, the RadTabView cuts off part of the header text for some of the headers.  A specific scenario where this is happening is when the following tabs are present: 

  • General
  • Feed
  • Users (0)
  • Relationships (0)
  • Tickets (0)
  • Attachments (0)

The problem is worse when the BorderThickness of the TabViewHeaderItem is set to 1

  <Grid>
    <telerik:RadTabView>
      
      <telerik:RadTabView.HeaderItemStyle>
        <Style TargetType="telerik:TabViewHeaderItem">
          <Setter Property="BorderColor"
                  Value="Black" />
          <Setter Property="BorderThickness"
                  Value="1" />
        </Style>
      </telerik:RadTabView.HeaderItemStyle>
      
      <telerik:TabViewItem HeaderText="General" />
      <telerik:TabViewItem HeaderText="Feed" />
      <telerik:TabViewItem HeaderText="Users (0)" />
      <telerik:TabViewItem HeaderText="Relationships (0)" />
      <telerik:TabViewItem HeaderText="Tickets (0)" />
      <telerik:TabViewItem HeaderText="Attachments (0)" />
      
    </telerik:RadTabView>
  </Grid>

Unplanned
Last Updated: 15 Dec 2023 14:35 by ADMIN
Created by: David
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Although Maui has SpreadProcessing, it lacks a matching control. For the very different WPF platform you have one I use, and it would be helpful in Maui to display and readily edit class instances with numerous properties. I realize it would be a challenge to fit into mobile screens, but I do hope you will consider it, as I am trying to get all my current WPF features into my Maui work-alike. Thank you.

David Pressman

Declined
Last Updated: 20 Apr 2022 06:25 by ADMIN
Created by: Pedro
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
0

Dear Support,

I am trying out the DotNet MAUI.

Have encountered an error in building the app after installing Telerik.UI.for.Maui.

Without the Telerik UI, it is ok.

 

Have followed :

https://docs.telerik.com/devtools/maui/maui-getting-started?_ga=2.73916628.710895815.1650251824-889019473.1646129121

 

Appreciate any assistance

 

Regards

Pedro

Declined
Last Updated: 13 Apr 2022 11:34 by ADMIN
Created by: David
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
0
After updating VS2022 Preview to the April 12 Release, at least 3 Telerik Renderers are no longer supported for Android: EntryRenderer, EntryRendererBase, and LegendRenderer. Error in all cases is implementation of Android.Runtime.IJavaObject fails to inherit Java.Lang.Object or Java.Lang.Throwable.
Declined
Last Updated: 04 Jan 2024 13:37 by ADMIN
Created by: Legrand
Comments: 7
Category: UI for .NET MAUI
Type: Bug Report
0

I have an html file with <img src="./images/ForkliftGateMainPage.png" alt="MainPage" width="1600" title="Page principale" />

The image is displayed when I open it with my browser, but not displayed with RadRichtextEditor, Why ?

Unplanned
Last Updated: 19 Apr 2022 12:19 by ADMIN
Created by: David
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0
Telerik controls are heavily dependent on stylings and templates, but documentation (especially MAUI) still heavily favors XAML despite much code is now being written exclusively in C#. I have already spent many hours on failed attempts to code these things in C# that could have been so easily avoided if C# examples were also included. For instance, I have just about given up on how in the world to display alternate strings for a MAUI DataGridBooleanColumn and I am certainly not going to publish an app where the only possible display strings are the two supplied defaults.
Completed
Last Updated: 18 Jan 2023 12:44 by ADMIN
Release 5.0.0

A number of RadDataGrid properties can be successfully set in App.xaml, but setting others causes the control to display nothing -- at least in Android.

While I have not tested all possible settings, these results were found experimentally:

Can be used: BackgroundColor, DataOperationIndicatorMode, GridLinesThickness, HorizontalOptions, LoadOnDemandMode, Margin, MinimumHeightRequest, SelectionMode, UserSortMode, VerticalOptions, and ViewportBufferHeight.

Cannot be used in App.Xaml style: AutoGenerateColumns, GridLinesColor, GridLinesVisibility, LoadOnDemandBufferItemsCount, RowHeight, and SelectionUnit.

Declined
Last Updated: 04 Jan 2024 14:18 by ADMIN
Created by: Kevin
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
0

When the Source of a RadRichTextEditor is set, the TextColor is always black.  Tested on Android:

  <Grid HeightRequest="400"
        WidthRequest="300">
    <telerik:RadRichTextEditor x:Name="RichTextEditorControl"
                               Source="with source text"
                               TextColor="White"
                               BackgroundColor="Green" />
  </Grid>

 

Completed
Last Updated: 07 Dec 2022 07:27 by ADMIN
Release 3.0.0
Created by: Ben
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Hello,

We are looking to port an existing Xamarin Forms app to MAUI. Can you please confirm that the RadAutoComplete control will be available? e.g.

<ContentPage
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.Maui.Controls.Compatibility">

       <telerikInput:RadAutoComplete />

Thanks.

Declined
Last Updated: 01 Mar 2022 06:55 by Daniel
Created by: Daniel
Comments: 4
Category: UI for .NET MAUI
Type: Bug Report
0

Hi,

I tried to install MAUI from NuGet packets , and is not seen ? Why?

Thanks,

Declined
Last Updated: 23 Mar 2022 14:21 by ADMIN
Created by: Chris
Comments: 2
Category: UI for .NET MAUI
Type: Bug Report
0

I'm running a new preview installation of Visual Studio Preview (latest) as recommended by the docs. When trying to run the CryptoTracker example for the first time, I receive this error. I'm trying to run this on an iOS simulator that connected without any issues while pairing. Any help would be appreciated :)

Unplanned
Last Updated: 21 Mar 2024 08:25 by JoPi
Created by: JoPi
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Users should be able to control the Accordion using the keyboard on Desktop.
Declined
Last Updated: 18 Mar 2022 18:36 by ADMIN

I connected my Mac mini through VS2022, I can deploy the hello world app to the IOS simulator. After I installed Telerik for MAUI 0.5.0. It says "Ditto" Exited with Code 1. I cannot use the IOS simulator for debugging, but no error for Android and Windows platform.

Unplanned
Last Updated: 29 Mar 2024 12:44 by ADMIN

I would like to draw attention to this at an early stage.
When using MAUI Nightly 8.0.20-nightly.10376, the app crashes immediately upon startup if you set Telerik Popup Settings in the MAUI Styles

See min repro example https://github.com/baaaaif/MauiNightlyCrash

<MauiVersion>8.0.20-nightly.10376</MauiVersion>
<Style TargetType="telerik:RadTimePicker">
    <Setter Property="PopupSettings">
        <Setter.Value>
            <telerik:PickerPopupSettings IsHeaderVisible="False" />
        </Setter.Value>
    </Setter>
</Style>

From the inner Exception...:

NameValueType
â—¢InnerException{"Object reference not set to an instance of an object."}System.Exception {System.NullReferenceException}

at Microsoft.Maui.Controls.AppThemeBinding.AppThemeProxy..ctor(Element parent, AppThemeBinding binding) at Microsoft.Maui.Controls.AppThemeBinding.Apply(Object context, BindableObject bindObj, BindableProperty targetProperty, Boolean fromBindingContextChanged, SetterSpecificity specificity) at Microsoft.Maui.Controls.BindableObject.SetBinding(BindableProperty targetProperty, BindingBase binding, SetterSpecificity specificity) at Microsoft.Maui.Controls.BindableObject.SetBinding(BindableProperty targetProperty, BindingBase binding) at Microsoft.Maui.Controls.BindableObjectExtensions.SetAppTheme[T](BindableObject self, BindableProperty targetProperty, T light, T dark) at Microsoft.Maui.Controls.BindableObjectExtensions.SetAppThemeColor(BindableObject self, BindableProperty targetProperty, Color light, Color dark) at Telerik.Maui.Controls.PickerPopupSettings.OnPopupOutsideBackgroundColorPropertyChanged(Color color) at Telerik.Maui.Controls.PickerPopupSettings..ctor() at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)