Unplanned
Last Updated: 25 Jul 2024 15:07 by ADMIN
If you have a TreeView with LoadChildrenOnDemand enanled and CheckBoxMode set to "Recursive", when the user checks an unexpanded item ( which children are not loaded yet), the expand icon disappears and the user is not able to expand the item.
Unplanned
Last Updated: 19 Jul 2024 14:10 by Dustin
If the DataGrid is placed inside a ScrollView, after upgrading to version 7.0 of the Telerik Maui tools the DataGrid is no longer visible on IOS. 
Unplanned
Last Updated: 16 Jul 2024 15:16 by William
If you use the Scheduler control inside a Shell app, editing an existing appointment and closing the EditAppointment Dialog leads to an IndexOutOfRangeException on iOS.
Unplanned
Last Updated: 10 Jul 2024 09:06 by Thomas
If you type, for example, `3.3` into the numeric input, then press the backspace once, this becomes `3` instead of `3.`.
Unplanned
Last Updated: 03 Jul 2024 07:47 by ADMIN
When tapping on the header, the content does not expand. You can see the arrow is rotated, still content is missing. 
Unplanned
Last Updated: 27 Jun 2024 09:41 by Jukka

The wheel stops nicely at first, but afterwards jumps into the next value, while I haven't released my finger from the wheel at any time. Still the wheel jumps from the initially highlighted and stopped value onwards to the next one.

 

So mainly, when stopping spinner scrolling, value is highlighted under the finger, when it should only stop the wheel.

Unplanned
Last Updated: 14 Jun 2024 07:46 by Gabriel
We override the CreateSortDescriptor with a PropertySortDescriptor as some of our columns are sorted on a different property than is displayed. And in this case the sort indicator remains visible when tapping on another column to sort the data.
Unplanned
Last Updated: 13 Jun 2024 13:15 by Mohammed Rameez
Created by: Mohammed Rameez
Comments: 0
Category: SideDrawer
Type: Bug Report
0
1. Open the drawer, the app being in portrait mode.

2. Seen that the background is faded out.

3. Change the orientation to landscape mode.

4. ISSUE- Seen that the fade is not covering the screen fully as per the landscape view.
Unplanned
Last Updated: 12 Jun 2024 13:21 by Allen
when setting all columns to be frozen, I cannot expand/collapse the row details
Unplanned
Last Updated: 11 Jun 2024 11:38 by ADMIN
Created by: Allen
Comments: 0
Category: DataGrid
Type: Bug Report
2

When setting MinimunHeightRequest to the DataGrid control, the height is not respected.

If you have minimum and maximum height request set, maximum will be applied instead.

Unplanned
Last Updated: 07 Jun 2024 07:24 by ADMIN
ArgumentOutOfRangeException is thrown when updating items outside of the viewport in grouped scenario with sticky group headers.
Unplanned
Last Updated: 03 Jun 2024 09:16 by Tinus

When uprating the row details data, the data does not update in the UI. You have to resize the window, or collapse then expand the row details to see the updated value. 

The behavior happens in 7.0.0 version. In 6.8.0 it works as expected. 

Unplanned
Last Updated: 28 May 2024 20:39 by AGX31
Tested on Samsung Galaxy S10 running Android 12 and a Samsung Galaxy S8 Android 9, the component Scheduler has been firing the AppointmentTapped event unreliably (meaning, it takes between 2-5 tap to have the edit dialog pop up or fire a custom method in the code-behind bound to the event).
Unplanned
Last Updated: 28 May 2024 11:40 by Francisco M.
Created by: Francisco M.
Comments: 0
Category: DataGrid
Type: Bug Report
0
On android and WinUI the DataGrid is enabled works fine, but on iOS while disable, it stills let me select, scroll, sort, edit data, etc.
Unplanned
Last Updated: 28 May 2024 08:46 by Tinus

I have the following issues when there is a DataGrid inside RowDetails template

1. The + does not change to - after expanding the details

2. Clicking the header in the inner data grid of line 2 does not work (seems disabled)

3. Sometimes cannot edit the inner DataGrid. tapping 2 times on the cell does not enter in edit mode

Unplanned
Last Updated: 23 May 2024 08:44 by Deepak
when using native embedding and add signature pad in the inner pages, stroke cannot be drawn. When the control is inside the main page, stroke can be drawn
Unplanned
Last Updated: 21 May 2024 12:30 by Stefanie
Typing into the input field sometimes does not update the MaskedEntry's Value immediately - the last character is always missing.
Unplanned
Last Updated: 20 May 2024 10:37 by ADMIN
Created by: Raymond
Comments: 5
Category: ProgressBar
Type: Bug Report
0

There are 3 annoying warnings when using RadLinearProgressBar on iOS:

  1. Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: 'Orientation' property not found on '', target property: 'Telerik.Maui.Controls.LinearProgressView.Orientation'
    (This warning is seen on all platforms)
  2. [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem.
  3. [Unknown process name] clip: empty path.

 

Unplanned
Last Updated: 17 May 2024 05:23 by Stefanie
If you use the Autofill from Contacts feature on iOS to set the MaskedEntry Value, any Value update inside the ValueChanging event is not respected in that case.
Unplanned
Last Updated: 26 Apr 2024 11:03 by Zhitao
In the RadListView, after adding a ListViewPropertySortDescriptor, if the property of the ItemsSource object which is used by ListViewPropertySortDescriptor.PropertyName changes , the ListView would be reordered automatically on WinUI, iOS and MacCatalyst. However, this does not seem to be the case on Android.
In addition, on iOS and MacCatalyst the sorting does not apply as expected. The sort order is wrong. 

Workaround: Use the direct properties from the model and add/clear the descriptors when property you sort changes.
1 2 3 4 5 6