Unplanned
Last Updated: 30 Nov 2023 18:22 by Mark
I want to style button with mouse over like in css.
Unplanned
Last Updated: 30 Nov 2023 14:13 by Bernd

When you add Telerik .NET MAUI controls that use icons, such as ComboBox, AutoComplete, etc, there are font-related exceptions in the output.

Although the exceptions do not affect the behavior and appearance of the controls, they make the output hard to read.

Unplanned
Last Updated: 28 Nov 2023 11:53 by Lars
If we have a TreeView control inside a Popup, and the TreeView is operated with a finger, everything works perfectly.
However, if there is interaction with the treeview items with a stylus (Samsung Galaxy Tab S6), the app crashes regularly.
Unplanned
Last Updated: 27 Nov 2023 16:36 by Jason

when adding a RadButton in a Vertical Stack and the button has icon by using the font image source, the icon and button are not displayed. If you add height to the button, then it works.

Workaround:

1) Set the icon directly to the Button Text

2) Keep the font image source but set a height to the button

3) Use MAUI button. 

Unplanned
Last Updated: 27 Nov 2023 15:12 by Robert

Since migrating to MAUI .NET8 GA 8.0.3 (and Telerik 6.5) - on iOS the RadListView keeps repeatedly triggering the defined LoadOnDemand command to get more items even though list has not been scrolled by user. 

the behavior is valid for the command, event and collection and when automatic load on demand mode is used. 

 

When using manual mode, it works as expected.

Unplanned
Last Updated: 27 Nov 2023 11:06 by Hanoch
Created by: Hanoch
Comments: 0
Category: DataGrid
Type: Feature Request
0
Add a built-in feature to export the DataGrid columns to Excel.
Unplanned
Last Updated: 27 Nov 2023 09:15 by Nico
Created by: Nico
Comments: 4
Category: UI for .NET MAUI
Type: Feature Request
2
For desktop users, it would be great if the Entry field of the Date/DateTime/Time Picker (which is currently readonly) had a MaskedInput mode so they can enter the date directly with the keyboard
Unplanned
Last Updated: 25 Nov 2023 21:09 by Alistair

If a "long" placeholder value is set when the user selects a few of the items from the multi-select combobox and taps off of the combobox, the combobox is left displaying extra whitespace below.

Unplanned
Last Updated: 23 Nov 2023 16:19 by ADMIN

I tested Android and iOS only. Other platforms i cannot test at the moment.

 

Given the following implementation of the Combobox i observ different behaviour if the bound item is a enum or a class.

<telerik:RadComboBox x:Name="a"
                     ItemsSource="{Binding CloudProviders}"
                     SelectedItem="{Binding SelectedCloudProvider}"
                     IsClearButtonVisible="False">
    <telerik:RadComboBox.ItemTemplate>
        <DataTemplate>
            <Grid HeightRequest="40"
                  Padding="10">
                <Label Text="{Binding Title}"
                       TextColor="{DynamicResource DisabledTextColor}"
                       FontSize="14" />
            </Grid>
        </DataTemplate>
    </telerik:RadComboBox.ItemTemplate>
    <telerik:RadComboBox.SelectedItemTemplate>
        <DataTemplate>
            <Grid HeightRequest="40"
                  Padding="10">
                <Label Text="{Binding Title}"
                       TextColor="{DynamicResource DisabledTextColor}"
                       FontSize="14" />
            </Grid>
        </DataTemplate>
    </telerik:RadComboBox.SelectedItemTemplate>
</telerik:RadComboBox>

 

If the Itemssource is a Array of a enum type it works as intended.

If the Itemssource is a Array of classes the initial selected display member is not visible. The moment i tap into the closed combobox, the selected member is visible.

 

The attached screenshots show the page after loading and after touching into the white area(combobox) once.

 

For Localization and more details, we want to use classes. Is this a bug or do we have a issue in our code here?

 

Unplanned
Last Updated: 23 Nov 2023 14:36 by Giuliano
The iOS app loads a long time when the "IsItemsReorderEnabled" property is set to true and the screen orientation is changed while staying on the page.
Unplanned
Last Updated: 23 Nov 2023 13:09 by Webtoools
Exception in a very custom scenario and GroupHeaderTemplate usage. 
filtering the ListView by using additional buttons, and bindable filter descriptors
Unplanned
Last Updated: 21 Nov 2023 13:24 by SturmA
Currently the exposed by DataForm Validate/Commit and Cancel commands can be used to initiate the corresponding actions from an external UI. Make bindable commands that can be executed from the ViewModel.
Unplanned
Last Updated: 20 Nov 2023 10:33 by Karim
Setting TextHorizontalOptions of the DataGridColumnHeaderStyle  to "Center" takes no effect.
Unplanned
Last Updated: 20 Nov 2023 09:12 by ADMIN
Created by: Hanoch
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1
I want to implement Captcha in case of some failure in login.
Unplanned
Last Updated: 19 Nov 2023 18:54 by Clint
Created by: sorg
Comments: 5
Category: UI for .NET MAUI
Type: Feature Request
7
I'm looking for a control for .net maui for cross-platform desktop development that lets you resize the different sections of your user interface like the GridSplitter control does in WinUI.
Unplanned
Last Updated: 19 Nov 2023 15:06 by ADMIN
If you access the native chart control and made some customization on handler changed, the customizations are reset when series are updated. 
Unplanned
Last Updated: 16 Nov 2023 14:51 by ADMIN
Created by: Daniel
Comments: 6
Category: UI for .NET MAUI
Type: Feature Request
14
Introduce a theme for all controls in the suite.
Unplanned
Last Updated: 16 Nov 2023 14:29 by Karsten
Created by: Karsten
Comments: 0
Category: TimePicker
Type: Feature Request
0
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: 15 Nov 2023 13:35 by Dustin
LineSeries Stroke and StrokeThickness are not applied when Palette is set

Unplanned
Last Updated: 15 Nov 2023 10:16 by JoPi
There doesn't seem to be an attribute within DataGridColumnHeaderStyle that lets me set the height of the header.

The reason I am looking for this feature is because I want the header to change height to fit the font size
1 2 3 4 5 6