Planned
Last Updated: 29 Oct 2024 09:00 by ADMIN
Scheduled for 8.0.0 (2024 Q4)
Created by: Funny
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
28
Currently Telerik MAUI controls doesn't seem to support Light and Dark Themes(Modes). It will be really helpful to have this feature built in the controls or through styles supported by those controls so that these controls blend in nicely with the Light and Dark Themes supported by the app.
Unplanned
Last Updated: 25 Oct 2024 10:12 by k
Created by: k
Comments: 0
Category: Chat (Conversational UI)
Type: Feature Request
0
I want to style the image of the ImageCardView. Provide a styling property for this, similar to the TitleStyle, SubtitleStyle, DescriptionStyle properties of the BasicCardView class.
Need More Info
Last Updated: 24 Oct 2024 09:34 by ADMIN
Created by: Itzik
Comments: 5
Category: UI for .NET MAUI
Type: Bug Report
1

Our product is also in use in Hebrew language (RTL) and i noticed that hebrew letters are not shown in the RadDataGrid.

I assume its a but since in other controls i use i havnt encountered this issue (yet).

 

 

Please please fix...
This is very important for us.

Many thanks in advance!

Unplanned
Last Updated: 24 Oct 2024 05:59 by ADMIN
Created by: Sebastian
Comments: 3
Category: Chart
Type: Feature Request
4
I would like to visualize a secondary vertical Axis for the series. 
Unplanned
Last Updated: 23 Oct 2024 21:01 by ADMIN
If the Chart control is nested inside a ScrollView, it is not sized properly on Android - it seems it occupies the available space, but the chart itself ( the axes and the series) are shrunk in size.
Unplanned
Last Updated: 23 Oct 2024 11:24 by Francisco M.
Add the ability to specify a template when the ItemsSource is null or the TabView contains no tab items.

Unplanned
Last Updated: 23 Oct 2024 09:11 by Alex
When the TabView is bound to an ItemsSource, and the DataTemplate contains heavy UI, it would be useful to load each tab content when the user selects the tab, not on page load.
Unplanned
Last Updated: 22 Oct 2024 10:29 by Adrian
Created by: Adrian
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
provide a pdf document of the documentation for offline use
Unplanned
Last Updated: 22 Oct 2024 09:56 by Venkata
For example I want to display appointments in Scheduler MonthView with different render mode, only shape, only text, or both. 
Declined
Last Updated: 22 Oct 2024 06:59 by ADMIN

In most situations, the Segmented control is working as expected but it seems that it uses an optimization that is making it not to show the currently selected item in the UI.

In my page I have a list of items that are shown or hidden according to what the user selects.

Each item has a template and there is a template using the Segmented control.

If in the 1st item of the list I select the first tab in the segmented control, refresh the list, and select the 2nd tab of the first item in the new list,

everything work fine, I can switch between the lists and everything is ok.

But if I select the same tab, after I switch the content of the list, even having SelectedIndex, SelectedItem and ItemSource correct, it doesn't display the selected tab.

I tried a lot, calling OnPropertyChanged in many places, using SelectedItem, SelectedIndex, both.

No way for it to work.

It seems like an optimization that doesn't redraw the selected item by mistake if it is equal in value to the previous one.

For you to better understand our case, the page is a row of a table, where the user scroll through rows of this table.
If in the 1st row he selects the 1st tab and in the 2nd row too, if he tries to move back to row 1, the displayed tab is not shown.

Thanks in advance,

Jones Abramoff

In Development
Last Updated: 22 Oct 2024 06:42 by ADMIN
Frozen columns sometimes do not display their content when quickly navigate from and back to the page with the DataGrid on Windows.
In Development
Last Updated: 21 Oct 2024 13:06 by ADMIN
Scheduled for 8.0.0 (2024 Q4)
Created by: Bernd
Comments: 1
Category: TimePicker
Type: Feature Request
1

The TimePicker control uses TimeSpan values for all time properties like Time, DefaultHighlightedTime, MinimumTime, MaximumTime, etc.

With .NET 6 a new TimeOnly type was introduced. It would be great if the Time(Only)Picker would support it as well.

For now, I created a custom TimeOnlyToTimeSpan Converter and use it to bind the TimeOnly properties from the ViewModel. But native support would be great.

In Development
Last Updated: 21 Oct 2024 13:06 by ADMIN
Scheduled for 8.0.0 (2024 Q4)
Created by: Bernd
Comments: 3
Category: DatePicker
Type: Feature Request
11

The DatePicker control uses DateTime values for all date properties like Date, DefaultHighlightedDate, MinimumDate, MaximumDate, etc.

With .NET 6 a new DateOnly type was introduced. It would be great if the Date(Only)Picker would support it as well.

For now, I created a custom DateOnlyToDateTime Converter and use it to bind the DateOnly properties from the ViewModel. But native support would be great.

In Development
Last Updated: 21 Oct 2024 13:06 by ADMIN
Scheduled for 8.0.0 (2024 Q4)
The ComboBox causes a memory leak on Windows when its dropdown has been shown. 
In Development
Last Updated: 21 Oct 2024 13:06 by ADMIN
Scheduled for 8.0.0 (2024 Q4)

When setting BorderBrush, BorderThickess, FocusedBorderBrush and FocusedBorderThickness do not apply on the entire entry control, they apply only on bottom. 

<VerticalStackLayout>
    <telerik:RadEntry Text="Hello World" TextColor="DarkRed" 
                        Background="Wheat"
                        FocusedBorderBrush="Yellow"
                        FocusedBorderThickness="10"
                        x:Name="entry" 
                        BorderBrush="DarkRed"
                        BorderThickness="8"
                        CornerRadius="5,7,7,5"
                        WidthRequest="150"/>
</VerticalStackLayout>

And the result:


 

Workaround: 

Place the entry in a RadBorder:

<telerik:RadBorder BorderColor="Red" CornerRadius="5,7,7,5" BorderThickness="4,4,4,4">
              <telerik:RadEntry Text="Hello World" TextColor="DarkRed" Background="Wheat" x:Name="entry" /> </telerik:RadBorder>

Unplanned
Last Updated: 21 Oct 2024 11:15 by Todor
Created by: Clint
Comments: 1
Category: Chart
Type: Feature Request
1

Add an option to define chart title. 

 Currently we can achieve this by adding a label on the top/bottom of the chart.

Example:

<Grid RowDefinitions="Auto,*">
    <Label Grid.Row="0" Text="Chart title"/>
    <telerik:RadCartesianChart x:Name="chart" Grid.Row="1" AutomationId="chart">
        <telerik:RadCartesianChart.BindingContext>
            <local:ViewModel />
        </telerik:RadCartesianChart.BindingContext>
        <telerik:RadCartesianChart.HorizontalAxis>
            <telerik:CategoricalAxis />
        </telerik:RadCartesianChart.HorizontalAxis>
        <telerik:RadCartesianChart.VerticalAxis>
            <telerik:NumericalAxis />
        </telerik:RadCartesianChart.VerticalAxis>
        <telerik:RadCartesianChart.Series>
            <telerik:BarSeries CategoryBinding="Category"
                                ValueBinding="Value"
                                ItemsSource="{Binding Data}" />
        </telerik:RadCartesianChart.Series>
    </telerik:RadCartesianChart>
</Grid>

Unplanned
Last Updated: 17 Oct 2024 12:39 by Venkata
I need information whether the date is from current month and out of scope for Month view definition. In such way I can set different style based on a custom logic.
Unplanned
Last Updated: 15 Oct 2024 09:06 by Quoc
Unplanned
Last Updated: 14 Oct 2024 18:57 by Alan

Currently the group descriptors provide a SortOrder property, so the groups are sorted alphabetically in descending or ascending order.  We would need to cover the following scenarios:

- allow certain groups to be ordered at the top, possibly by specifying an comparer or a separate group sort property.

- show the groups in order the corresponding items appear in the ItemsSource.

Unplanned
Last Updated: 14 Oct 2024 10:24 by ADMIN

When increasing the system font size to a larger vale, the numbers in the date and time picker are too big but the height of the items do not change. 

 

 

 

1 2 3 4 5 6