Unplanned
Last Updated: 25 Jul 2024 08:28 by Andrey
When the DataGrid has HeaderContentTemplate defined, and the app window is resized, the columns' header titles get misplaced, in a random way. 
Unplanned
Last Updated: 20 Jul 2024 13:54 by yuri

In the RadCalendar, if we set the DisplayDate to future date (For example, current date is 04-03-2024 and the display date as 08-April-2024), application gets crashed in iOS platform. This issue occurs only in iOS 17 and above versions.

Exception

NSInternalInconsistencyException Reason: UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}
Unplanned
Last Updated: 03 Jul 2024 08:54 by DZavala
It is not possible to reduce the height of the LoadOnDemandItemTemplate if the ItemLength in ListViewLinearLayout was modified on iOS.
Unplanned
Last Updated: 02 Jul 2024 21:13 by Patryk
Created by: Graham
Comments: 2
Category: DataGrid
Type: Feature Request
7

Datagrid

 

Built in features for:

- Paging

        eg. https://demos.telerik.com/aspnet-mvc/grid/paging

- Search Panel

        eg. https://demos.devexpress.com/MVCxGridViewDemos/Filtering/SearchPanel

​- Sorting

        eg. https://demos.telerik.com/aspnet-mvc/grid/sorting

 

I am trying to replicate a part of our MVC application using xamarin.forms.
The forms  required will have a datagrid, when a row is clicked I want to open a pdfViewer.

These built in features would help me and others.

 

Regards,

Graham

 

Unplanned
Last Updated: 05 Jun 2024 13:24 by ADMIN
When there are items in the Figures collection of a RadPathGeometry, and the Clear() method of the collection is called - an exception is thrownl.
Unplanned
Last Updated: 28 May 2024 12:24 by Marco
Created by: Marco
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0
When scrolling the AgendaView very fast the agenda scrolls endlessly. You can reproduce this in the QSF->Calendar and scheduler->agenda configuration example.
Unplanned
Last Updated: 11 Apr 2024 08:05 by Alberto

An arrow is displayed inside the appointment in cases when:

- when editing the appointment star end date and navigating to another week and then returning back to the week with the modified appointment

- adding new appointments to the week

 

Unplanned
Last Updated: 10 Apr 2024 06:18 by Matthew
Created by: Matthew
Comments: 0
Category: ListView
Type: Bug Report
2

App hangs when ListView uses dynamic size for the cells: 

iOS 16.7.5: Does not hang
iOS 17.3.1: Does not hang
iPadOS 16.3: Does not hang
iPadOS 17.1: Does not hang
iPadOS 17.2: Hangs/eventual app crash
iPadOS 17.3.1: Hangs/eventual app crash
Unplanned
Last Updated: 09 Apr 2024 12:01 by Alberto
Cells get completely unresponsive when resizing the app in multi day view
Unplanned
Last Updated: 05 Apr 2024 13:12 by ADMIN
If there is MinDate defined, for example 13th July 5:45 PM and if the user tries to select 14th July 5:40 PM, the spinner redirects incorrectly to 5:45 PM.
Unplanned
Last Updated: 11 Mar 2024 07:15 by ADMIN
Calling CollapseAll() on a RadTreeView after changing its ItemsSource causes an Exception on iOS.

Objective-C exception is thrown.  Name: NSInternalInconsistencyException Reason: attempt to delete item 9 from section 0 which only contains 8 items before the update

On Android, this works as expected.
Unplanned
Last Updated: 26 Feb 2024 13:26 by ADMIN

If the ListView ItemTemplate contains more elements and you try to load more items (>15 items), there is a crash on iOS related to layout arrangements.

To workaround the issue, set explicitly ItemLength:

<telerikDataControls:RadListView.LayoutDefinition>
       <telerikListView:ListViewLinearLayout ItemLength="400" />
</telerikDataControls:RadListView.LayoutDefinition>

Unplanned
Last Updated: 23 Feb 2024 08:10 by ADMIN

When using load on demand mode manual, and collapsing groups, one item left not collapsed.

Unplanned
Last Updated: 20 Feb 2024 09:54 by ADMIN
Created by: Matt
Comments: 0
Category: Installer and VS Extensions
Type: Bug Report
1

When you create a new project on Visual Studio for Mac, the project namespaces are not renamed to whatever the developer has entered.

Instead, they are stuck on the original template's source code naming of "TelerikXamarinApp1.WhateverPlatform".

Thank you,

Matt

 

Unplanned
Last Updated: 13 Feb 2024 12:22 by Amitesh
NSInternalInconsistencyException Reason: Invalid batch updates detected error is thrown in the ListView if you update the ItemsSource (clear it and add new items) simultaneously  ( from separate threads, by receiving messages through MessagingCenter)
Unplanned
Last Updated: 31 Jan 2024 09:19 by ADMIN
Created by: Robert
Comments: 1
Category: MaskedInput
Type: Bug Report
0

RegEx mask doesn't work at all.

 

A very basic test mask, single digit required: 

<telerikInput:RadMaskedInput x:Name="maskedInput" Mask="^[0-9]{1}$" MaskType="Regex">


Result:

 

Anything can be typed in.

 

In the ApplyMaskFinished event, e.IsAccepted == true.

 

On top of that, the control has problems when selecting, overtyping and inserting content.

Type something:

Select all text:

Type "1":

I'd expect the entire existing content to be deleted and new value to be "1".

Same goes for inserting a character:

 

Attempt to insert "4" between "3" and "5":

"5" is overtyped. Inserting doesn't work.

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
20
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.
1 2 3 4 5 6