Unplanned
Last Updated: 02 Jan 2024 13:42 by Jefferson

The FontSize of the Spinner ItemStyle changes when scrolling through the date/time and the Date/Time/TimeSpan and DateTime Pickers have SpinnerStyle

 

And the code used:

 <ContentPage.Resources> <ResourceDictionary> <Style x:Key="PopupSpinnerStyle" TargetType="telerikDataControls:RadSpinner"> <Setter Property="HeightRequest" Value="220" /> <Setter Property="ItemLength" Value="44" /> <Setter Property="Margin" Value="0, 16"/> <Setter Property="ItemStyle"> <Setter.Value> <Style TargetType="telerikDataControls:SpinnerItemView"> <Setter Property="TextColor" Value="LightCoral" /> </Style> </Setter.Value> </Setter> <Setter Property="SelectedItemStyle"> <Setter.Value> <Style TargetType="telerikDataControls:SpinnerItemView"> <Setter Property="TextColor" Value="Black" /> <Setter Property="FontAttributes" Value="Bold" /> </Style> </Setter.Value> </Setter> </Style> </ResourceDictionary> </ContentPage.Resources> <StackLayout> <telerikInput:RadTimePicker SpinnerStyle="{StaticResource PopupSpinnerStyle}"/> </StackLayout>

Unplanned
Last Updated: 12 Dec 2023 16:33 by Jesserine
Created by: Shawn
Comments: 8
Category: DataGrid
Type: Feature Request
My mobile app requires that my data grid have frozen columns on the left that do NOT scroll horizontally. This is useful when the first column might be an ID column or a Date column that the user always needs to see when scrolling through the other data columns.
Unplanned
Last Updated: 11 Dec 2023 11:48 by Dipayan

Text in specific pdf files is not visible in the viewer.

The text is not visualized due to the negative value for font size. 

Unplanned
Last Updated: 06 Dec 2023 15:42 by ADMIN
DateTimeContinuousAxis displays incorrect labels when MajorStepUnit is Month. There are two labels for some months with 31 days.
Declined
Last Updated: 01 Dec 2023 20:59 by ADMIN

Hello,

I'd been testing the trial version of the Telerik chart control for Xamarin in an Android app. Because it was working well, I'd purchased a license yesterday. And, I replaced the NuGet trial package with the license package. So far, so good.

However, now, when I try to build the project, it fails. (I've tried building both the Release and Debug version.)

The errors I see are below:

SeverityCodeDescriptionProjectFileLineSuppression State
Errorfailed linking references.Ble.Client.Android
Errorresource style/MainTheme.Base (aka com.companyname.ble.client:style/MainTheme.Base) not found.Ble.Client.Android
ErrorNU1301       Failed to retrieve information about 'Xamarin.AndroidX.AppCompat' from remote source 'https://packagesource/FindPackagesById()?id='Xamarin.AndroidX.AppCompat'&semVerLevel=2.0.0'.Ble.Client.AndroidD:\2023_devwork\BLE_Xamarin\XamarinBleCodeBehind-main\XamarinBleCodeBehind-main\Ble.Client\Ble.Client.Android\Ble.Client.Android.csproj1

Any thoughts as to what might have broken, and, what I need to do in order to resolve the issue? (In case it helps, I'm including a screen capture of the Visual Studio 2022 output window.)

Thanks!

--Donn Morse

               
Unplanned
Last Updated: 24 Nov 2023 07:23 by Carolin

The scrollbar on UWP is blocking the content (including the options button which is also not clickable because of it

Workaround: Add a style for the column header and apply margin to the Options button:

 <ContentPage.Resources> <ResourceDictionary> <telerikGrid:DataGridColumnHeaderStyle x:Key="headerstyle" TextColor="Black" OptionsButtonMargin="0,0,20,0" OptionsButtonFontSize="30" BorderColor="Black" BorderThickness="2"/> </ResourceDictionary> </ContentPage.Resources> <Grid> <telerikGrid:RadDataGrid ItemsSource="{Binding Items}" BackgroundColor="Red" AutoGenerateColumns="false"> <telerikGrid:RadDataGrid.Columns> <telerikGrid:DataGridTextColumn PropertyName="Country" HeaderStyle="{StaticResource headerstyle}"/> <telerikGrid:DataGridTextColumn PropertyName="Capital" HeaderStyle="{StaticResource headerstyle}"/> </telerikGrid:RadDataGrid.Columns> </telerikGrid:RadDataGrid> </Grid>

 

 

 

 

Unplanned
Last Updated: 21 Nov 2023 12:28 by Slava
In my item tapped command I find the tapped object in the bound list, and set one of its flags. The problem occurs when the set triggers the OnPropertyChanged event of one of those flags, and then the app crashes.
Unplanned
Last Updated: 19 Nov 2023 12:43 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
Provide a way to display all-day appointments by expanding the all-day area
Unplanned
Last Updated: 19 Nov 2023 12:40 by ADMIN
Currently all-day appointments that last for more than a day are visualized in the all-day area of MultiDayView as separate shapes  - provide a way to render them as continuous shapes.
Unplanned
Last Updated: 15 Nov 2023 11:09 by aaa
Keyboard pushes chat and navigation bar out of view and cannot scroll to first messages when keyboard is opened. 
Unplanned
Last Updated: 10 Nov 2023 13:13 by ADMIN
Created by: Ishani
Comments: 2
Category: ComboBox
Type: Feature Request
I want to update ItemsSource on textchanged event. 
Unplanned
Last Updated: 30 Oct 2023 07:44 by Afshin
Created by: Afshin
Comments: 0
Category: DataGrid
Type: Feature Request
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 16 Oct 2023 12:05 by Nate
When you have a DataGrid with a lot of items, if you scroll down the list then leave that page and come back, the list does not appear until you scroll down.  As soon as you scroll down the list repaints and the items show as expected.
Unplanned
Last Updated: 11 Oct 2023 10:30 by Davide
I am trying to show two LineSeries with 11500 points in each and the chart cannot load at all. The wait time seems to be infinite. I noticed that the chart loads in about 5 seconds when there 5 thousand points, and in about 10 seconds when there are 10 thousand points.
Unplanned
Last Updated: 04 Oct 2023 07:55 by Jiri

Steps to reproduce

- open QSF.sln

- open WorldClockView.xaml

- add x:Name="tabView" to RadTabView

- add IsVisible="False" to Auckland tab item !!!

- open WorldClockView.cs

- add this code to the end of page constructor:

 var tabItem = new TabViewItem() { Header = new TabViewHeaderItem { Text = "Prague" }, Content = new StackLayout { Children = { new Label {Text = "Prague"} } }, }; var index = tabView.Items.Count - 2; tabView.Items.Insert(index, tabItem);
The content for Prague header is the content from different tab.

 

 

 

Unplanned
Last Updated: 26 Sep 2023 10:09 by ADMIN

appointments show wrong time in different time zones due to daylight time changes.

The issue can be reproduced in scenarios:

- For US time zone 14th of march: If I click an empty slot, I have a popup that tells the time that is clicked. I click on the 9 AM slot and it says I'm clicking on "10:00". This only happens on 3/14/2021

- For European countries time zone: on 28th or march 2021 when is the daylight saving time

Unplanned
Last Updated: 21 Sep 2023 07:07 by JJ
Image gets offcentered when crop is applied and image is saved in jpeg format. The issue occurs with SkiaSharp 2.88.6-preview 1.2.
It works with versions: 2.88.5, 2.88.4, 2.88.3
Completed
Last Updated: 20 Sep 2023 08:44 by ADMIN
Release R2 2023 SP1
MonoTouchException is thrown when using LoadOnDemand with ListViewLoadOnDemandCollection on iOS 16.
Unplanned
Last Updated: 11 Sep 2023 09:52 by Chris
Changing the text size from device setting does not affect the editors font size
Unplanned
Last Updated: 30 Aug 2023 08:32 by Davide

When you zoom in on the graph, it always zooms to the center of the dataset. Even if I try to move, manually, horizontally the graph I lose the position when a point is added.

When point is added and chart is zoomed, cannot scroll to see other data, the chart reset the data visualization from the beginning.