Unplanned
Last Updated: 27 Jun 2024 17:13 by Mayank
Currently the Options button (three dots) of the Search panel can be hidden by overriding the default SearchPanel ControlTemplate. We should provide an easier way to switch its visibility through the SearchSettings.
Unplanned
Last Updated: 26 Jun 2024 15:00 by Allen
When you have a business logic that is shared between several rows in RadDataGrid and ListenForNestedPropertyChange is set to true when you try to assign that object to one more row ArgumentException is thrown.
Unplanned
Last Updated: 14 Jun 2024 07:46 by Gabriel
We override the CreateSortDescriptor with a PropertySortDescriptor as some of our columns are sorted on a different property than is displayed. And in this case the sort indicator remains visible when tapping on another column to sort the data.
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: 12 Jun 2024 13:21 by Allen
when setting all columns to be frozen, I cannot expand/collapse the row details
Unplanned
Last Updated: 11 Jun 2024 11:38 by ADMIN
Created by: Allen
Comments: 0
Category: DataGrid
Type: Bug Report
2

When setting MinimunHeightRequest to the DataGrid control, the height is not respected.

If you have minimum and maximum height request set, maximum will be applied instead.

Unplanned
Last Updated: 03 Jun 2024 09:16 by Tinus

When uprating the row details data, the data does not update in the UI. You have to resize the window, or collapse then expand the row details to see the updated value. 

The behavior happens in 7.0.0 version. In 6.8.0 it works as expected. 

Unplanned
Last Updated: 28 May 2024 11:40 by Francisco M.
Created by: Francisco M.
Comments: 0
Category: DataGrid
Type: Bug Report
0
On android and WinUI the DataGrid is enabled works fine, but on iOS while disable, it stills let me select, scroll, sort, edit data, etc.
Unplanned
Last Updated: 28 May 2024 08:46 by Tinus

I have the following issues when there is a DataGrid inside RowDetails template

1. The + does not change to - after expanding the details

2. Clicking the header in the inner data grid of line 2 does not work (seems disabled)

3. Sometimes cannot edit the inner DataGrid. tapping 2 times on the cell does not enter in edit mode

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: 10 May 2024 05:09 by ADMIN

Add FontAutoScalingEnabled property to the header, textcell, groupheader, where font size can be set.

 

for the Label there is such property https://learn.microsoft.com/en-us/dotnet/maui/user-interface/fonts?view=net-maui-8.0#disable-font-auto-scaling that allows you to disable the text scaling

Unplanned
Last Updated: 30 Apr 2024 15:07 by Francisco M.
Created by: Francisco M.
Comments: 0
Category: DataGrid
Type: Feature Request
1
When the DataGrid has grouping, we can get the groups from GetDataView(), but we can't get the aggregated values for these groups. There is no public API such as GetAggregateValues.
Unplanned
Last Updated: 18 Apr 2024 08:22 by ADMIN
Created by: Sanket
Comments: 1
Category: DataGrid
Type: Feature Request
5
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 15 Apr 2024 12:19 by ADMIN
an InvalidOperationException on a PropertyChanged event after you let the app run for some time and updates in the collection with removing data every 100ms and adding new data every 3 sec
Unplanned
Last Updated: 11 Apr 2024 12:25 by Teddy
the gridline shouldn't be disappearing from the last row when the row details are expanded
Unplanned
Last Updated: 09 Apr 2024 11:13 by Teddy
When the DataGrid is bound to an ObservableCollection and its Clear() method is called in order to reset the source and add new items, the scroll position is not reset to the top.
Unplanned
Last Updated: 09 Apr 2024 09:35 by Huynh

It seems that the default fonts in the RadDataGrid do not support some languages, for example this text "이름" cannot be displayed in Android and WinUI. Rectangles are rendered instead of the correct symbols.

Note that a maui Label can properly display the text.

Unplanned
Last Updated: 09 Apr 2024 08:16 by Teddy
Currently if the DataGrid columns have Fixed or Auto size and their overall width is less than the DataGrid width, the rows are not extended to the DataGrid width - provide a way for the rows to take the whole space.
Unplanned
Last Updated: 05 Apr 2024 07:23 by Paul
Created by: Paul
Comments: 0
Category: DataGrid
Type: Feature Request
1
I would like to use a mouse to drag a row to a new spot in row order.

Found this info for WinForms, but not finding anything for MAUI RadDataGrid

https://docs.telerik.com/devtools/winforms/knowledge-base/gridview-drag-drop-bound-mode 

https://docs.telerik.com/devtools/winforms/controls/gridview/end-user-capabilities/reordering-rows 
1 2 3 4