Duplicated
Last Updated: 17 Jun 2021 05:44 by ADMIN
We are facing issue in Android in day view- Radcalender, if we have appointments at the same time view is getting overlapping each-other, some appointments are getting hidden.
Duplicated
Last Updated: 29 Oct 2020 07:41 by ADMIN
Created by: Daniel
Comments: 2
Category: AutoCompleteView
Type: Bug Report
1

Attached is a video of how to reproduce the problem on UWP.

Steps to repro

  1. Open SDKExamples > AutoCompleteView > Key Features
  2. Select a value for Tokens Support
  3. Select a value for Filtering Behavior
  4. Start to enter a value for Watermark, but do not auto-complete it (leave the popup open and go to the next step)
  5. Click back into the Filtering Behavior box

=> Observe the infinite loop.

Duplicated
Last Updated: 06 Oct 2020 06:39 by ADMIN
Created by: Stefan
Comments: 1
Category: UI for Xamarin
Type: Bug Report
1
Its not possible to change font family in Rad Legend. Is there a wourkaround?
Duplicated
Last Updated: 25 Sep 2020 14:35 by ADMIN
Created by: Stefan
Comments: 3
Category: UI for Xamarin
Type: Bug Report
0
On iOS devices if you have only 1 Series for Rad Cartesian Chart, series Name is cutoff(horizontally and vertically, depends where are you putting Categorical Axis)
Duplicated
Last Updated: 07 Apr 2020 09:00 by ADMIN

Scrolling a TreeView with expandable items on iOS causes items to randomly change position in the control and prevent items from being selected.
This renders the control unusable on iOS when expandable items are present.

I've attached a basic project that demonstrates the issue.
The project just needs the latest Telerik binaries added to it. They were too large to include.

I believe this is the same issue Martin was experiencing in the comments of https://feedback.telerik.com/xamarin/1427193-treeview-ios-wrong-visualization-with-custom-itemtemplate

Duplicated
Last Updated: 30 Mar 2020 07:48 by ADMIN
Created by: Jag
Comments: 1
Category: UI for Xamarin
Type: Bug Report
0

In the SearchViewSingleLineItems Telerik template, it places a RadListView in an auto-sized RowDefinition. As a result, this causes the RadListView not to appear on iOS. This should be a star-sized row as mentioned in this UI for Xamarin documentation.

Although unrelated to the issue, the deprecated RadAutoComplete is being used for the example. Please update it to use the new RadAutoCompleteView instead.

Please update this template (and any other search templates that might have the same issues), thank you.