Unplanned
Last Updated: 14 May 2025 12:14 by Stephen
when setting a custom font to the column header style, the DataGrid crashes with null ref exception on WinUI.
Unplanned
Last Updated: 13 May 2025 07:48 by Teddy
If you use FooterContentTemplate to add elements into the footer that require mouse over/click events (eg a Button or a Label with a tooltip), it works fine as long as the datagrid has enough data to scroll. However, if you resize the grid bigger or remove items until you no longer need to scroll and you have empty space between the last row and the footer, then none of those mouse events work.
Unplanned
Last Updated: 12 May 2025 08:48 by ADMIN

Delegate aggregate descriptor does not update value in the UI when adding/removing item.

The behavior also happens with the property aggregate descriptor.

Unplanned
Last Updated: 23 Apr 2025 06:11 by Didi
Created by: Didi
Comments: 0
Category: DataGrid
Type: Feature Request
0
Provide an option to group the columns in Telerik MAUI DataGrid control. Similar like in the WPF GridView control: https://docs.telerik.com/devtools/wpf/controls/radgridview/columns/column-groups 
Unplanned
Last Updated: 14 Apr 2025 13:57 by Teddy
Aggregates error appears in column with nested properties when the data you want to group by is not set by the time the data grid's ItemsSource is set,
Unplanned
Last Updated: 14 Apr 2025 13:53 by Teddy
If the data you want to group by is not set by the time the data grid's ItemsSource is set, then the grouping doesn't work as expected. Everything gets into a single group called (blank)
Unplanned
Last Updated: 28 Mar 2025 08:12 by Hanoch

When using ImageButton inside a CellTemplate, the image does not display initially. When you resize the window image is displayed. 

 

Workaround:

Use Image instead of ImageButton

 

Unplanned
Last Updated: 21 Mar 2025 15:17 by Teddy
expand a row and collapse it. Or expand a few rows, scroll around a bit, and then collapse one. You can get into some weird situations. Gray background over the group, row background and alternate styles are reset. 
Unplanned
Last Updated: 12 Mar 2025 15:24 by Quoc
Created by: Hanoch
Comments: 1
Category: DataGrid
Type: Feature Request
1
 I need to change the size of the DataGrid scrollbars to be wider and customize their color.
Unplanned
Last Updated: 11 Mar 2025 11:29 by Rich
Provide an event that occurs when the content in the DataGrid is drawn. 
Unplanned
Last Updated: 10 Mar 2025 10:44 by ADMIN
Created by: Hanoch
Comments: 3
Category: DataGrid
Type: Bug Report
3
when loading same page without navigating to another page, there are some left instances of the DataGrid and the memory increase. 
Unplanned
Last Updated: 19 Feb 2025 10:17 by Chris

I want to strikethrough the text in  the row based on a value. 

i checked and the column cell content style DataGridTextCellAppearance class does not expose such property.

Unplanned
Last Updated: 14 Feb 2025 12:28 by Teddy
Created by: Teddy
Comments: 0
Category: DataGrid
Type: Bug Report
1

For example we have set RowHeight to 26 with GridLineThickness = 1, GridLinesVisibility = Horizontal, and RowBackgroundStyle and AlternateRowBackgroundStyle with BorderThickness = 0.

The first row is 26px, the middle rows are 25px and the last row is 24px. So it seems the grid lines are included in the calculation of the RowHeight. 

Unplanned
Last Updated: 14 Jan 2025 09:05 by ADMIN
You can tab into the datagrid, but can't tab out of the data grid (focus trap)
Unplanned
Last Updated: 07 Jan 2025 08:37 by Rich
Created by: Rich
Comments: 0
Category: DataGrid
Type: Feature Request
1
In the current DataGrid implementation, the DataGrid will start with all the groups expanded. The only way to have any form of preference is to programmatically interact with the DataView after data is presented in the control  https://docs.telerik.com/devtools/maui/controls/datagrid/grouping/expand-collapse 

Requested Feature
A better approach that I am requesting a feature for is to have a property available for the DataGrid that sets this value ahead of time.

For example, you could add it as a BindableProperty on the GroupDescriptor class and on the GroupDefinition is to have an IsExapanded property.
Unplanned
Last Updated: 17 Dec 2024 11:31 by Jérôme

Navigating to a DataGrid that is placed on third page first time the control displays when navigating to the third page. When navigating back to the second page and then go back to the third page the control do not display. 

On net 8 works as expected, the issue happens on net 9 and singleton approach is used.

Unplanned
Last Updated: 09 Dec 2024 14:36 by Parag
Provide an option to expose the AggregateError as a string and an option to customize the error through localization.
Unplanned
Last Updated: 22 Nov 2024 14:05 by Rich
We need an API through which we can get the currently visible in the viewport items. The API should take into account operations like sorting, filtering and grouping.
Unplanned
Last Updated: 04 Nov 2024 14:26 by Teddy
Currently when the typed DataGrid columns (all columns except TemplateColumn) do not have a PropertyName/DataMemberBinding applied, a misleading exception is thrown and it is difficult to find out what is causing it.
Unplanned
Last Updated: 15 Oct 2024 09:06 by Quoc
1 2 3 4 5