In Development
Last Updated: 29 Apr 2025 08:20 by ADMIN

I would like to draw attention to this at an early stage.
When using MAUI Nightly 8.0.20-nightly.10376, the app crashes immediately upon startup if you set Telerik Popup Settings in the MAUI Styles

See min repro example https://github.com/baaaaif/MauiNightlyCrash

<MauiVersion>8.0.20-nightly.10376</MauiVersion>
<Style TargetType="telerik:RadTimePicker">
    <Setter Property="PopupSettings">
        <Setter.Value>
            <telerik:PickerPopupSettings IsHeaderVisible="False" />
        </Setter.Value>
    </Setter>
</Style>

From the inner Exception...:

NameValueType
InnerException{"Object reference not set to an instance of an object."}System.Exception {System.NullReferenceException}

at Microsoft.Maui.Controls.AppThemeBinding.AppThemeProxy..ctor(Element parent, AppThemeBinding binding) at Microsoft.Maui.Controls.AppThemeBinding.Apply(Object context, BindableObject bindObj, BindableProperty targetProperty, Boolean fromBindingContextChanged, SetterSpecificity specificity) at Microsoft.Maui.Controls.BindableObject.SetBinding(BindableProperty targetProperty, BindingBase binding, SetterSpecificity specificity) at Microsoft.Maui.Controls.BindableObject.SetBinding(BindableProperty targetProperty, BindingBase binding) at Microsoft.Maui.Controls.BindableObjectExtensions.SetAppTheme[T](BindableObject self, BindableProperty targetProperty, T light, T dark) at Microsoft.Maui.Controls.BindableObjectExtensions.SetAppThemeColor(BindableObject self, BindableProperty targetProperty, Color light, Color dark) at Telerik.Maui.Controls.PickerPopupSettings.OnPopupOutsideBackgroundColorPropertyChanged(Color color) at Telerik.Maui.Controls.PickerPopupSettings..ctor() at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)


In Development
Last Updated: 29 Apr 2025 07:35 by ADMIN

when adding entry to the page a margin is added. The space between the Entry and other controls is significant: 

this is a sample xaml:

	<VerticalStackLayout>
		<telerik:RadEntry  x:Name="entry" Placeholder="telerik entry" BackgroundColor="AntiqueWhite" />
		<telerik:RadEntry x:Name="myentry" Placeholder="telerik entry" BackgroundColor="AntiqueWhite" />
		<Entry Placeholder="maui entry" BackgroundColor="LightBlue"/>
		<Entry Placeholder="maui entry" BackgroundColor="LightBlue"/>
	</VerticalStackLayout>

 

this is the result:

 

In Development
Last Updated: 28 Apr 2025 14:00 by ADMIN

Keep the data grouped, make the window a bit smaller so you have a decent amount of rows to scroll through, and using your mouse wheel, scroll up and down quickly. Eventually you'll notice that the grid will start to bounce a bit. For example, you'll scroll down and then without scrolling the mouse wheel up at all, it'll jump back up a few rows on its own.

In Development
Last Updated: 25 Apr 2025 13:48 by ADMIN

Text is not centered horizontally on WinUI. 

on maui 9.0.50 text is not visible and hiding the ClearButton does not work

on maui 9.0.40 text is not centered but hiding the ClearButton works

 

In Development
Last Updated: 25 Apr 2025 11:36 by ADMIN

Starting with v10, all groups except the last, get a blank, empty row.

If you toggle off the grouping, the empty rows go away, but once you put the grouping on, these empty rows show up again.

In Development
Last Updated: 25 Apr 2025 11:35 by ADMIN

Some data is missing from the UI when grouping is applied and then filter the data. 

If you ungroup, the items are displayed.

In Development
Last Updated: 25 Apr 2025 11:34 by ADMIN
When DataGrid is grouped and applying filtering, aggregates footer appears in the cells
In Development
Last Updated: 15 Apr 2025 10:40 by ADMIN
When tapping on the header, the content does not expand. You can see the arrow is rotated, still content is missing. 
In Development
Last Updated: 07 Apr 2025 10:25 by ADMIN
Created by: Tony
Comments: 1
Category: BusyIndicator
Type: Bug Report
0
There is a memory leak in BusyIndicator on iOS - when the BusyIndicator control is on the page, the page does not dispose when GC runs.
In Development
Last Updated: 26 Mar 2025 15:26 by ADMIN
Setting the ItemViewStyle to have a Margin of any value greater than zero makes the items height to increase continuously when scrolling. 
In Development
Last Updated: 14 Mar 2025 14:56 by ADMIN
Created by: Sanket
Comments: 1
Category: DataGrid
Type: Feature Request
8
Provide a RowStyleSelector property to the DataGrid control.
In Development
Last Updated: 24 Feb 2025 12:49 by ADMIN
When UseWindowSoftInputModeAdjust to Resize and keyboard closes, the CollectionView does not scroll.
In Development
Last Updated: 19 Feb 2025 08:27 by ADMIN
Scheduled for 2025 Q2
Created by: Daniel
Comments: 14
Category: UI for .NET MAUI
Type: Feature Request
28
Introduce a theme for all controls in the suite.
In Development
Last Updated: 18 Feb 2025 09:34 by ADMIN
Created by: Alex
Comments: 0
Category: RichTextEditor
Type: Feature Request
2

Makes the KeyboardHelper class public. It is very useful and It would be a nice enhancement to the control's usage. 

for example in the RichTextEditorToolbar, also the class is used inside the RadChart control template.