Unplanned
Last Updated: 02 May 2023 14:33 by Mauricio
Created by: Mauricio
Comments: 0
Category: MaskedInput
Type: Bug Report

Watermark text is not displayed on Android. 

Workaround: 

set the WatermarkText property in code-behind with some delay:

Device.BeginInvokeOnMainThread(() => { mask.WatermarkText = "enter e-mail here"; }

Unplanned
Last Updated: 20 Apr 2023 10:27 by ADMIN
LoadOnDemandContext.HideLoadOnDemandLoadingIndicator() needs to be in an async method, otherwise it will keep the indicator visible forever
Unplanned
Last Updated: 19 Apr 2023 10:40 by ADMIN
When having the following scenario: 

Bound SelectedItem = A
Bound Items to the ListPicker.ItemsSource= {B, C, D}
Open picker.
Item B is highlighted.
Do not scroll or tap anything, just press OK

Expected -> SelectedItem = B
Actual -> SelectedItem remains A.


Unplanned
Last Updated: 19 Apr 2023 09:02 by Edoardo

When adding a RadCalendar with Day ViewMode in a TabView and switching tabs, null ref exception is thrown. 

Workaround: Set TabView.IsContentPreserved to True 

Unplanned
Last Updated: 05 Apr 2023 14:45 by JJ
Created by: JJ
Comments: 0
Category: TreeView
Type: Feature Request
 implement a cell Swipe-like behavior as exists in the ListView
Unplanned
Last Updated: 05 Apr 2023 13:58 by JJ
Created by: Nicola
Comments: 1
Category: UI for Xamarin
Type: Feature Request
The ability to drag and drop items within the same TreeView as well as to another TreeView instance.
Unplanned
Last Updated: 05 Apr 2023 08:10 by Nethra

System.ArgumentOutOfRangeException: Count cannot be less than zero. Parameter name: count at System.String.Remove(Int32 startIndex, Int32 count) at Telerik.XamarinForms.Input.MaskedInput.MaskParser.ConstructCandidateTextForMaskTypeRegex(String oldText, Int32 startIndex, Int32 selectionLength, String enteredText, Boolean userDeletes, Int32& insertIndex) at Telerik.XamarinForms.InputRenderer.UWP.MaskedInputFormsTextBox.CreateCandidateText(KeyRoutedEventArgs e, Int32& actualInsertIndex)

The issue can be reproduced in SDK Browser application MaskedInput/Features/Regex Mask example IP and email masks when enter symbol like ., @, etc.

 

 

Unplanned
Last Updated: 29 Mar 2023 18:01 by Rodney
Created by: Rodney
Comments: 0
Category: DataGrid
Type: Feature Request

Hi Team,

Currently, you have ScrollItemIntoView support. However, that does not work unless you have rows and a reference to the data item.

I need an explicit mechanism to pick a specific X/Y cell position, or at least a column index, that can be scrolled to so that I can have horizontal scrolling capability.

For example, imagine a DataGrid that has only one row, but a 100 columns, I would like to be able to do this:

// Option 1 - Use the ItemsSource column reference var dataTableColumn = this.myDataTable.Columns[50]; this.MyDataGrid.ScrollIntoView(dataTableColumn); // Option 2 - Better!  // This supports any possible data source type var telerikColumn = this.MyDataGrid.Columns[50]; this.MyDataGrid.ScrollIntoView(telerikColumn); // Option 3 - Ideal // Useful for every possible occasion var x = 5; var y = 12; this.MyDataGrid.ScrollIntoView(x, y); 

 

Unplanned
Last Updated: 28 Mar 2023 08:27 by James

When having the following code on a button click 

private void Button_Clicked(object sender, System.EventArgs e) { this.chart.Zoom = new Size(); }

The chart zoom is reset first time, but when zooming again and pressing the button, the zoom level does not reset. You have to pan the chart, then zoom reset works. 

This code resets the zoom:

private void OnResetZoomClicked(object sender, EventArgs e) {	this.chart.Zoom = new Size(1, 1); // This line is added as a workaround to reset the Zoom level	this.chart.Zoom = new Size(); }

 

 

Completed
Last Updated: 27 Mar 2023 11:36 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 16
Category: UI for Xamarin
Type: Feature Request
Add a Map control to the product suite.
Unplanned
Last Updated: 21 Mar 2023 17:27 by Rishik

When the RadShadow is added inside the Xamarin ListView cell, and then when scrolling through the ListView, the content in the cell disappear.

Solution:
Use Telerik Xamarin RadListView control instead. 

Unplanned
Last Updated: 21 Mar 2023 12:55 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: Gauges
Type: Bug Report
Using a DynamicResource to set the GaugeRange Color property does not work: <!-- does not work --> <gauges:GaugeRange Color="{DynamicResource GrayBackgroundColor}" ... /> Using a StaticResource works as expected: <!-- works --> <gauges:GaugeRange Color="{StaticResource GrayBackgroundColor}" ... /> Side-Note: Using DynamicResource for Indicator Fill works as expected.
Completed
Last Updated: 15 Mar 2023 12:03 by ADMIN
Release R1 2023 SP1

 

In Xamarin R1 2023 (version 2023.1.117), there's an issue which Combobox placeholder is not showing when search is enabled. Placeholder only shown when isEditable is set to false.

This issue only present in the latest version. As I've tried to downgrade to the old version and it's working fine. 

Please fix it, thanks.

Completed
Last Updated: 15 Mar 2023 12:02 by ADMIN
Release R1 2023 SP1
Telerik.UI.for.Xamarin NuGet package is missing Telerik.UI.for.Xamarin.Documents.Fixed.FormatProviders.Image.Skia package reference.
Completed
Last Updated: 09 Mar 2023 15:49 by ADMIN
Release R1 2021 SP1
Native Android Editor widget throws an exception when long tap is performed
Unplanned
Last Updated: 03 Mar 2023 14:07 by David
Some cultures have Monday as a first day of week. When device language and culture change, the RadCalendar first day of week remains Sunday, not Monday. 
There is an inconsistence in the behavior. Android Calendar changes the day to Monday. iOS not. 
Unplanned
Last Updated: 03 Mar 2023 09:37 by Brandon

Having a ComboBox inside the RadListView ItemTemplate. 

Binding the ComboBox SelectedItems. 
On UWP when PropertyChanged is called on an item in the ListView, it fires the ComboBox SelectedItems CollectionChanged with action Remove, which is wrong behavior. And as a result the ComboBox SelectedItems collection is cleared. 

On Android an iOS works as expected, the ComboBox SelectedItems collection is not cleared. 

Unplanned
Last Updated: 02 Mar 2023 14:27 by James
when using the ItemHold event and command. The event is not fired and the command is not executed
Unplanned
Last Updated: 24 Feb 2023 10:24 by Brandon

when TabView is inside Stack and item is added dynamically to the RadTabView, the content of this first item does not layout as expected. 

<StackLayout> <Button Text="Add" Clicked="OnAddClicked" /> <Button Text="Remove" Clicked="OnRemoveClicked" Margin="0,5,0,5" /> <Button Text="Clear" Clicked="OnClearClicked" /> <telerikPrimitives:RadTabView BackgroundColor="Red" x:Name="tabView" AutomationId="tabView"/> </StackLayout>

 

 

 

 

Completed
Last Updated: 14 Feb 2023 15:06 by ADMIN
Release R1 2023
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: SideDrawer
Type: Feature Request
We should consider exposing a property that will leave the side drawer opened even when you click on the main content.