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: 24 Jul 2024 06:14 by Benjamin

I tried the following and the custom context menu does not apply: 

<telerik:RadEntry x:Name="telerikEntry">
    <FlyoutBase.ContextFlyout>
        <MenuFlyout>
            <MenuFlyoutItem Text="Custom flyout telrik radentry"
                            Clicked="MenuFlyoutItem_Clicked">
            </MenuFlyoutItem>
        </MenuFlyout>
    </FlyoutBase.ContextFlyout>
</telerik:RadEntry>

It works for MAUI Entry. Provide this menu for Telerik MAUI RadEntry too. 

 

 

 

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: 18 Jul 2024 07:43 by Nathan
Created by: Nathan
Comments: 0
Category: TreeView
Type: Feature Request
2

Provide an option to swipe the TreeView Item. 

I have tried using the Microsoft .NET MAUI SwipeView, but the control cannot scroll.

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: 16 Jul 2024 08:50 by Jiri
Created by: Jiri
Comments: 2
Category: AutoComplete
Type: Feature Request
1

Hi Team,

I need to know when the SuggestionsView is visible or not. This appears to be independent of the existing events, so I am requesting an official feature for this to be implemented.

I do have a shaky workaround right now, but it is not reliable and this ultimately requires something from the Telerik UI for Maui side to be implemented.

Thank you!

Jiri

Unplanned
Last Updated: 12 Jul 2024 20:31 by Rodrigo
Created by: Rodrigo
Comments: 0
Category: CollectionView
Type: Feature Request
1

Hi Team,

Please consider adding a way to cancel a group's expand/collapse action when the user taps on the group header.

For example, through a GroupTapping event handler that fires just before GroupTapped, and we can execute logic that prevents the operation:

private void RadCollectionView_OnGroupTapping(object sender, RadTappingEventArgs<GroupContext> e)
{
    if (e.Data.Key.ToString() == "GroupToStayPermanentlyExpanded")
    {
        e.Cancel();
    }
}


// which uses this imaginary event args with Cancel method
public class RadTappingEventArgs<T>(T data) : RadTappedEventArgs<T>(data)
{
    public void Cancel()
    {
        // prevents GroupTapped event
    }
}

Thank you,

Rodrigo

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: 08 Jul 2024 12:43 by William
Created by: William
Comments: 0
Category: Scheduler
Type: Feature Request
0
Provide an event raised when an existing appointment is updated.
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: 02 Jul 2024 21:12 by Patryk
Created by: Peter
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
6

Hi Team,

I would like to be able to have client-side filtering/sorting/grouping capabilities for large backend datasets that cannot be entirely loaded on the client.

As it stands now, the DataGrid (and other data components) can only operate on the data that is has in the local DataView. This means that I need to build a custom filtering solution that prefilters/presorts the backend data before paging and loading it into the DataGrid.

To accomplish the "full view", we need a data layer that understands both the UI as well as the backend. The Telerik UI for WPF product has an excellent solution for this, known as the WPF EntityFrameworkCoreDataSource - Overview - Telerik UI for WPF and the WPF DataServiceDataSource - Overview - Telerik UI for WPF.

If such a feature can be added to Telerik UI for MAUI, it would be an excellent bonus for the component suite in data heavy applications.

Thank you,

Peter

 

Unplanned
Last Updated: 02 Jul 2024 12:06 by Nico
Created by: Nico
Comments: 0
Category: NumericInput
Type: Feature Request
1

Hi Team,

Please review this conversation for technical details.  In summary, I needed to reduce the minimum size of the native RadMauiEntry.InputEditor.MinWidth on WinUI, but this value appears to be hard coded to 64px.

This request is to allow us to set it using a Style in .NET MAUI, possible via the NumericInput's EntryStyle property.

Thank you,

Nico

Unplanned
Last Updated: 27 Jun 2024 17:13 by Mayank
Currently the Options button (three dots) of the Search panel can be hidden by overriding the default SearchPanel ControlTemplate. We should provide an easier way to switch its visibility through the SearchSettings.
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: 26 Jun 2024 07:38 by Emily
Created by: Emily
Comments: 0
Category: Chart
Type: Feature Request
0
Provide a way to invert the axis range in a similar way as in WPF ChartView: https://docs.telerik.com/devtools/wpf/controls/radchartview/axes/inversed-axis
Unplanned
Last Updated: 24 Jun 2024 19:41 by Madhu
Created by: Nick
Comments: 6
Category: UI for .NET MAUI
Type: Feature Request
33
A control that would read a QR code and return a string would make me buy this. I am currently using an ASP.NET Telerik Forms Site with instascan.js to read a QR code using a mobile camera, call an API endpoint, and display an alert (the heavy lifting is done on the server in the API). A simple QR scanner would be really useful in a mobile app "out of the box" unless you can suggest a free/low cost component I can plug into a solution based on the new MAUI platform from Telerik?
Unplanned
Last Updated: 14 Jun 2024 09:12 by Cameron

I would either expect the slider to be slideable to the far right end value regardless of the TickStep interval by default. OR there should be a property that allows the slider to be dragged to the end ignoring the TickStep when SnapMode property is set to SnapToTicks 

Here is the setup:

    <VerticalStackLayout Spacing="25"
                         Padding="30,0"
                         VerticalOptions="Center">
        <telerik:RadSlider Minimum="1" x:Name="slider"
                           Maximum="15" 
                           TicksPlacement="End"
                           SnapMode="SnapToTicks"
                           LabelsPlacement="End"
                           TickStep="3" />
    </VerticalStackLayout>

and the result, I cannot drag the thumb to maximum value which is 15.

 

 

 

 

 

 

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:59 by Jamison
In the Telerik WPF DataGrid there are ColumnWidthChanging and ColumnWidthChanged events. Expose similar events to the Telerik MAUI DataGrid control.
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.
1 2 3 4 5 6