Unplanned
Last Updated: 23 Apr 2020 09:08 by ADMIN
ADMIN
Created by: Yana
Comments: 2
Category: DataGrid
Type: Feature Request
12

			
Unplanned
Last Updated: 14 Jun 2018 13:48 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataGrid
Type: Feature Request
2

			
Unplanned
Last Updated: 21 Mar 2022 13:03 by ADMIN
ADMIN
Created by: Yana
Comments: 4
Category: DataGrid
Type: Feature Request
14

			
Unplanned
Last Updated: 14 Jun 2018 13:44 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataGrid
Type: Feature Request
3

			
Unplanned
Last Updated: 25 May 2018 07:54 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: DataGrid
Type: Bug Report
1

			
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.
Unplanned
Last Updated: 21 Jun 2018 13:09 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: DataGrid
Type: Feature Request
4

			
Unplanned
Last Updated: 29 Mar 2018 11:42 by ADMIN

Filtering UI can be customized through the FilterControlTemplate property of the DataGridColumn: DataGrid: FilterControl Template.

We should provide a way to customize the Grouping UI including the Visible Columns area.


			
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

			
Unplanned
Last Updated: 07 Mar 2019 07:12 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: DataGrid
Type: Feature Request
11

			
Unplanned
Last Updated: 26 Feb 2018 09:44 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
0

			
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
Unplanned
Last Updated: 12 Feb 2018 15:35 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
7

			
Unplanned
Last Updated: 12 Dec 2023 16:33 by Jesserine
Created by: Shawn
Comments: 8
Category: DataGrid
Type: Feature Request
20
My mobile app requires that my data grid have frozen columns on the left that do NOT scroll horizontally.  This is useful when the first column might be an ID column or a Date column that the user always needs to see when scrolling through the other data columns.