Unplanned
Last Updated: 23 Oct 2022 08:55 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
I want to change the button style, icon, etc. Provide an option to style the add appointment button.
Unplanned
Last Updated: 19 Oct 2022 11:03 by Aman

Drop-down freezes when double tap (using the track pad), or double click in the combo at a very bottom of the control. 

The drop-down cannot be closed and the combo cannot be used

Unplanned
Last Updated: 11 Oct 2022 06:37 by Mike
Our MainPage has a button which opens the page with the DataGrid. When you scroll to the bottom of the DataGrid page and hit the back button to the MainPage and then try to go back to the page with the DataGrid, the app crashes with null reference exception.
Unplanned
Last Updated: 06 Oct 2022 13:32 by Sasi
Add appointments indicators in the date area of the multi day view, similar to week, day, month view modes. 
Duplicated
Last Updated: 06 Oct 2022 05:05 by ADMIN
Created by: nirbhay
Comments: 1
Category: Chart
Type: Feature Request
Currently there is no way to configure chart tooltip via xaml
Unplanned
Last Updated: 27 Sep 2022 05:17 by ADMIN

when we try to add a dynamic AutomationId in each item of the list (something like AutomationId="{Binding Id}"), the AutomationId is not provided to the elements we see in the appium inspector. 

Works with fixed values

Unplanned
Last Updated: 23 Sep 2022 16:43 by Robin

When adding swipe content, it block the button to be clicked when the items in the cell matches the swipe offset value, 

a. reduce the swipe offset.
b. place the minus button further to the left, so the button width to match the ListView swipe offset

Sample setup:

<telerikDataControls:RadListView x:Name="listView" IsItemSwipeEnabled="True" SwipeOffset="90, 0, 0, 0" SwipeThreshold="20" ItemsSource="{Binding Source}" SelectionMode="None"> <telerikDataControls:RadListView.ItemTemplate> <DataTemplate> <listView:ListViewTemplateCell> <listView:ListViewTemplateCell.View> <Grid ColumnDefinitions="*,90"> <!-- >> changed second row to 90 pixels, which is swipe offset --> <Label FontAttributes="Bold" FontSize="16" Text="{Binding Sender}" TextColor="Black" /> <StackLayout Grid.Column="1" Orientation="Horizontal"> <Button Clicked="Button_Clicked_1" Text="+++" TextColor="Gray" /> <Button Clicked="Button_Clicked" Text="---" /> </StackLayout> </Grid> </listView:ListViewTemplateCell.View> </listView:ListViewTemplateCell> </DataTemplate> </telerikDataControls:RadListView.ItemTemplate> <telerikDataControls:RadListView.ItemSwipeContentTemplate> <DataTemplate> <Grid Margin="0" Padding="0" ColumnSpacing="0" RowSpacing="0"> <Grid.ColumnDefinitions> <ColumnDefinition Width="90" /> <ColumnDefinition Width="*" /> </Grid.ColumnDefinitions> <telerikInput:RadButton Grid.Column="0" Margin="0" BackgroundColor="Red" Clicked="RadButton_Clicked" FontFamily="FontAwesomeSolid" FontSize="Medium" Text="&#xf1f8;" WidthRequest="90" /> </Grid> </DataTemplate> </telerikDataControls:RadListView.ItemSwipeContentTemplate> </telerikDataControls:RadListView>

Declined
Last Updated: 23 Sep 2022 05:48 by ADMIN
Created by: Vidhi
Comments: 1
Category: UI for Xamarin
Type: Bug Report
For SelectionMode = Miultiple, we need SelectedItems property to be bound to the VM collection to get the selection items, however, when i am using the control, I am not able to find SelectedItems property for RadComboBox. Am i missing something?
Unplanned
Last Updated: 22 Sep 2022 10:34 by Novak

When setting dropdown thickness, the dropdown width changes:

Completed
Last Updated: 14 Sep 2022 13:55 by ADMIN
Release R3 2022
After updating Xamarin.Forms to version 5.0.0.2478, the WatermarkText doesn't show in RadEntry on Android anymore.
Completed
Last Updated: 14 Sep 2022 13:54 by ADMIN
Release R3 2022
When changing the device culture to culture that requires comma as decimal separator (for example, German) - pressing the comma key does not work. You must press period. When pressing period "." -> "," is entered.
Completed
Last Updated: 14 Sep 2022 13:54 by ADMIN
Release R3 2022

when using DayViewSettings and applying AppointmentTemplate, the template is not applied, the default one is applied. 

Workaround: apply AppointmentTemeplate to MultiDayViewSettings for UWP.

Completed
Last Updated: 14 Sep 2022 13:49 by ADMIN
Release R3 2022
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
 
Completed
Last Updated: 14 Sep 2022 13:48 by ADMIN
Release R3 2022
Created by: Rémi
Comments: 2
Category: DataGrid
Type: Feature Request

For Aggregates purpose or just for diplaying some others datas, footer for column in DataGrid it's needed feature.

Unplanned
Last Updated: 05 Sep 2022 13:17 by ADMIN
I've attached a sample solution to demonstrate the issue. Try to run it. When you run it you can see that it's not possible to see value of numeric input until tapping on it 
Unplanned
Last Updated: 02 Sep 2022 08:17 by paul
1. Change the view from BarSeries to Pie Series
     => Observe the PieChart loads as expected
2. Change the selection back to "Bar Series"
     => Observe BarSeries continues to operate as expected
3. Change the selection from "Bar Series" to "Pie Series"
     => Observe the following exception

Java.Lang.NullPointerException: 'Attempt to read from field 'double com.telerik.widget.chart.visualization.pieChart.PieUpdateContext.radius' on a null object reference'

Workaround: 
Remove the ShowLabels from Pie Series.
Unplanned
Last Updated: 30 Aug 2022 13:02 by Vladyslav
System.ObjectDisposedException:** 'Cannot access a disposed object.
Object name: 'Telerik.XamarinForms.DataControlsRenderer.Android.RadListViewDataSourceAdapter'.'

is thrown when navigating to another view using ListView SelectedItem and removing the view where the ListView is placed. 

Workaround:

Instead of removing the view, change the view visibility.

Unplanned
Last Updated: 30 Aug 2022 08:55 by Chris

When setting FontOptions (FontSize, FontAttributes) and TextColor to the control, they are not applied. For example setting a BackgroundColor works as expected. 

 <telerikRichTextEditor:RadRichTextEditor BackgroundColor="Black" x:Name="richTextEditor" TextColor="White" FontAttributes="Bold" FontSize="30" />

Unplanned
Last Updated: 22 Aug 2022 20:58 by Brent

LongPress is called on element that is already disposed. 

ObjectDisposedException is thrown:

at Telerik.XamarinForms.Common.NativeGestureRecognizer.ToDip
 at Telerik.XamarinForms.Common.GestureListener.OnLongPress

Stack-Trace

 

Xamarin Exception Stack: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Xamarin.Forms.Platform.Android.Platform+DefaultRenderer'. at Java.Interop.JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) [0x00029] in <2e109281f9514c53b44688fd4549adb2>:0 at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeNonvirtualObjectMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00000] in <2e109281f9514c53b44688fd4549adb2>:0 at Android.Views.View.get_Context () [0x0000a] in <9d68875f5dbd432db5314e1c0d96cb02>:0 at Telerik.XamarinForms.Common.NativeGestureRecognizer.ToDip (System.Single px) [0x00000] in <9f139977bc32402dabe4bb05ac247bb2>:0 at Telerik.XamarinForms.Common.GestureListener.OnLongPress (Android.Views.MotionEvent e) [0x0000c] in <9f139977bc32402dabe4bb05ac247bb2>:0 at Android.Views.GestureDetector+IOnGestureListenerInvoker.n_OnLongPress_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_e) [0x0000f] in <9d68875f5dbd432db5314e1c0d96cb02>:0 at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.102(intptr,intptr,intptr)

The issue occurs on the following device:

Android: 12
Manufacturer: samsung
Model: SM-G970U
Unplanned
Last Updated: 18 Aug 2022 12:32 by Egor

When changing the device orientation to a landscape mode, the all-day timeline cell does not resize as expected. The all day text moves the the date cell.