Completed
Last Updated: 22 Nov 2018 16:14 by ADMIN
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Completed
Last Updated: 05 Feb 2021 13:02 by ADMIN
Release R1 2021
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 5
Category: DataGrid
Type: Feature Request
4
Currently, hiding the 'more' button in the of the DataGrid filter Options panel is not possible.

This is a feature request to add such an option to the DataGrid column styling options (potentially as a property of the HeaderStyle).
Completed
Last Updated: 19 Jan 2022 13:20 by ADMIN
Release R1 2022
It would be nice if we can just bind a .net DataTable or DateView as ItemsSource to the RadDataGrid.
Completed
Last Updated: 21 Aug 2018 11:38 by ADMIN
Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
Completed
Last Updated: 21 Jan 2021 12:32 by ADMIN
Release R1 2021
Completed
Last Updated: 27 Jul 2018 11:16 by ADMIN
Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Completed
Last Updated: 27 Jul 2018 11:15 by ADMIN
When DataGrid is placed inside a TabbedPage and items are adding to its ItemsSource from a different tab, switching the tabs causes the exception.

Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Completed
Last Updated: 21 Aug 2018 11:36 by ADMIN
The DataGrid is not rendered when the ItemsSource is set and columns are generated within Device.BeginInvokeOnMainThread async method.

If you force the redraw of the layout like this, the control is properly rendered.

Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
Completed
Last Updated: 27 Jul 2018 11:11 by ADMIN
In grouped RadDataGrid, whenever the underlying data item raises a propertychanged notification for the property the grid is using to group the items by, an exception is raised.

Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Completed
Last Updated: 14 Feb 2019 13:24 by ADMIN
ADMIN
Created by: Yana
Comments: 3
Category: DataGrid
Type: Feature Request
1
Allow binding of complex objects to RadDataGrid.
Completed
Last Updated: 20 Jun 2018 14:18 by ADMIN
The grid is not shown after navigating away and returning back on UWP.

Available in the 2018 R2 SP release.
Completed
Last Updated: 21 Jun 2018 13:09 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataGrid
Type: Bug Report
0
When a DataGrid is inside a BusyIndicator's Content, and the BusyIndicator IsBusy is toggled from True to False, the DataGrid disappears. It will render when UI is forced to measure again (e.g. Windows resize or device rotation).

Available in the R2 2018 release.
Completed
Last Updated: 14 Sep 2022 13:49 by ADMIN
Release R3 2022
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
20

			
Completed
Last Updated: 13 Aug 2018 07:16 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: DataGrid
Type: Feature Request
1
The DataGrid  documentation is missing a Styling article. It should cover how to use the following:

- DataGridBorderStyle (and how it's used for the RowBackground styles and SelectedStyle
- DataGridTextCellStyle (especially how as the CellContentStyle it lets you set the SelectedTextColor)
- DataGridLoadOnDemandStyle
- DataGridColumnHeaderStyle
- DataGridGroupHeaderStyle
- DataGridHeaderStyle

I think the Styling section might need it's own node with a few articles as the information would be too large for one article
Completed
Last Updated: 27 Jan 2023 11:38 by ADMIN
Release R1 2023
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: DataGrid
Type: Feature Request
21

			
Completed
Last Updated: 21 May 2018 13:15 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataGrid
Type: Bug Report
1
When defining TextColumns with a CellStyleSelector, it works correctly the first time the DataGrid is bound to the ItemsSource.

If you then update the bound collection (which has PropChanged wired up), the CellStyleSelector's SelectStyle method is properly executed, but the DatasGrid doesn't use the returned DataGridBorderStyle.

iOS - Works as expected
UWP - Background color doesn't update
Android - Background color doesn't update


Find reproducible attached

Available in the R2 2018 release.
Completed
Last Updated: 21 Feb 2018 08:46 by ADMIN
Available in the R1 2018 SP release.
Completed
Last Updated: 26 Feb 2018 10:43 by ADMIN
Completed
Last Updated: 11 May 2022 14:47 by ADMIN
Release R2 2022
ADMIN
Created by: Yana
Comments: 1
Category: DataGrid
Type: Feature Request
15

			
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019
Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.