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: 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: 11 Jun 2024 15:18 by ADMIN
Please implement the ability to use shapes next the appointment text just like we can in Xamarin for telerik:RadScheduler month view.
Declined
Last Updated: 11 Jun 2024 15:13 by ADMIN
Created by: Matthew
Comments: 1
Category: Scheduler
Type: Feature Request
0
Please implement SpecialSlotStyleSelector for MonthViewDefinition so that we can easily change the weekend column to a different colour - This was available in Xamarin
Unplanned
Last Updated: 10 Jun 2024 13:43 by ADMIN
Provide an option to remove the area that looks like header and footer in the Drawer content. 
Unplanned
Last Updated: 07 Jun 2024 11:35 by ADMIN
Created by: JoPi
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Hi,

I wanted to request a feature for the .net maui datagrid.  I would like if it were possible to merge cells across rows when they have the same value.  For example, I use the datagrid to display events and it would be so much more readable if all the events that were on the same day (date) showed the date cell just once merged across a few rows rather than duplicating it multiple times.

Thanks

In Development
Last Updated: 06 Jun 2024 11:02 by ADMIN
Provide a way to access the DataGrid from the DataGridColumn.
Unplanned
Last Updated: 04 Jun 2024 14:28 by Taylor
Created by: Taylor
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Provide keyboard navigation support for CollectionView
Unplanned
Last Updated: 04 Jun 2024 14:13 by Taylor
Created by: Taylor
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Enable keyboard navigation for the control.
In Development
Last Updated: 03 Jun 2024 14:49 by ADMIN
When you bind the IsVisible property the content in the Tab where the binding is set is not visible.
Unplanned
Last Updated: 30 May 2024 12:53 by Andrew
Created by: Andrew
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
It should provide a way to set its size or wrap the text.
Planned
Last Updated: 28 May 2024 11:17 by ADMIN
Scheduled for 2024 Q3
Created by: Angus
Comments: 1
Category: CollectionView
Type: Feature Request
0
Provide an option to define header and footer templates
Unplanned
Last Updated: 24 May 2024 08:42 by Rob

For example expose vertical text alignment properties, padding, etc.

 

In Development
Last Updated: 23 May 2024 13:55 by ADMIN
Created by: Oussama
Comments: 0
Category: ListPicker
Type: Feature Request
0
Provide a way to detect when the selector is toggled, so custom logic can be implemented accordingly.
In Development
Last Updated: 23 May 2024 13:50 by ADMIN
Created by: Karsten
Comments: 1
Category: TimePicker
Type: Feature Request
1
Provide a way to detect when the selector (popup or dropdown) is toggled - can be useful in cases when the Time property is updated from code-behind to suppress the update in case the selector is shown.
Unplanned
Last Updated: 23 May 2024 03:39 by Ian
When the text in the editor is preloaded and it is very long (doesn't fit in the screen of the editor), we need to be able to programmatically make the editor scrolled to the bottom.
Unplanned
Last Updated: 22 May 2024 15:06 by Allen
Created by: Allen
Comments: 0
Category: DataGrid
Type: Feature Request
2

 I want to have the option to add a ToolTip for column, 

 <telerik:DataGridTextColumn IsFrozen="True" HeaderText="BirthDay"
                                            DataMemberBinding="{Binding BirthDay}"
                                            ToolTipProperties.Text="{Binding BirthDay}" />

Unplanned
Last Updated: 22 May 2024 15:02 by Allen

Scenario: I want to bind two properties to a column, So I created Text column and set DataMemberBinding property to binding these two properties,

<telerik:DataGridTextColumn HeaderText="Country">
                    <telerik:DataGridTextColumn.DataMemberBinding>
                        <MultiBinding Converter="{StaticResource MultiConverter}">
                            <Binding Path="Country" />
                            <Binding Path="City" />
                        </MultiBinding>
 </telerik:DataGridTextColumn.

Unplanned
Last Updated: 16 May 2024 11:33 by Sunali

Request for a manual Done button to be added to any of the existing Telerik controls when using numeric keyboard.

Request for RadEntry, NumericInput.

 

The MAUI Editor has manual done button above the Numeric keyboard, so the keyboard can be dismissed when pressing on this button.

Unplanned
Last Updated: 15 May 2024 13:25 by ADMIN
Created by: Max
Comments: 3
Category: ListView
Type: Feature Request
16

ListView with a TemplateSelector crashes on iOS 16 device!

    <telerik:RadListView ItemTemplate="{StaticResource ActTempSelector}"   ItemsSource="{Binding Suggestions}">

    </telerik:RadListView>

log output is the following:

2022-10-08 20:44:46.810 Xamarin.PreBuilt.iOS[1593:343579] *** NSForwarding: warning: object 0x281edbea0 of class 'Telerik_Maui_Controls_Compatibility_DataControlsRenderer_iOS_TKExtendedListView' does not implement methodSignatureForSelector: -- trouble ahead
2022-10-08 20:44:46.810 Xamarin.PreBuilt.iOS[1593:343579] *** NSForwarding: warning: object 0x281edbea0 of class 'Telerik_Maui_Controls_Compatibility_DataControlsRenderer_iOS_TKExtendedListView' does not implement doesNotRecognizeSelector: -- abort

1 2 3 4 5 6