Completed
Last Updated: 19 Feb 2024 07:24 by ADMIN
Release R1 2021 SP
 System.ObjectDisposedException:(Cannot access a disposed object) is thrown when switching tabs fast in RadTabView.
Completed
Last Updated: 15 Feb 2024 14:30 by ADMIN
Release R1 2020
an issue when changing the orientation of the phone to landscape the items of the grid are rendered, then when go back to portrait the items that aren't rendered in the screen disappear.
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.
Unplanned
Last Updated: 30 Oct 2023 07:44 by Afshin
Created by: Afshin
Comments: 0
Category: DataGrid
Type: Feature Request
0
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 16 Oct 2023 12:05 by Nate
When you have a DataGrid with a lot of items, if you scroll down the list then leave that page and come back, the list does not appear until you scroll down.  As soon as you scroll down the list repaints and the items show as expected.
Unplanned
Last Updated: 15 Aug 2023 06:32 by ADMIN

Giving a RadDataGrid where columns are mostly empty, scroll to the right and mutate the data. All the rows without data visible disappear until the user scrolls back to columns that have data.

Link to video: https://youtube.com/shorts/_Zdm2FIowP8?feature=share

Sample project attached.

Completed
Last Updated: 19 Jul 2023 14:23 by ADMIN
Release R2 2023 SP1
Occasionally the DataGrid horizontal scrolling does not work properly after changing its ItemsSource.  Still, tapping on any item, make it possible to scroll again.
Unplanned
Last Updated: 11 Jul 2023 13:12 by Christopher
When RadDataGrid is populated with a DataTable and the columns are reordered, the items (DataRowViews) in the underlying DataView have their items arrays in the original order, not synced with the UI updates in the DataGrid.
Unplanned
Last Updated: 29 Jun 2023 19:34 by Christopher

Provide an option to programmatically reset the ordering of the columns in the DataGrid after reordering them using the Options-> more button

 

There isn't a command which can be used for resetting the column reorder.

Completed
Last Updated: 08 Jun 2023 08:15 by ADMIN
Release R2 2023
Created by: Stefan
Comments: 0
Category: DataGrid
Type: Feature Request
4
Add the ability to specify a Template that should be shown when the DataGrid is empty.
Unplanned
Last Updated: 20 Apr 2023 10:27 by ADMIN
LoadOnDemandContext.HideLoadOnDemandLoadingIndicator() needs to be in an async method, otherwise it will keep the indicator visible forever
Unplanned
Last Updated: 29 Mar 2023 18:01 by Rodney
Created by: Rodney
Comments: 0
Category: DataGrid
Type: Feature Request
1

Hi Team,

Currently, you have ScrollItemIntoView support. However, that does not work unless you have rows and a reference to the data item.

I need an explicit mechanism to pick a specific X/Y cell position, or at least a column index, that can be scrolled to so that I can have horizontal scrolling capability.

For example, imagine a DataGrid that has only one row, but a 100 columns, I would like to be able to do this:

// Option 1 - Use the ItemsSource column reference
var dataTableColumn = this.myDataTable.Columns[50];
this.MyDataGrid.ScrollIntoView(dataTableColumn);

// Option 2 - Better!  
// This supports any possible data source type
var telerikColumn = this.MyDataGrid.Columns[50];
this.MyDataGrid.ScrollIntoView(telerikColumn);

// Option 3 - Ideal
// Useful for every possible occasion
var x = 5;
var y = 12;
this.MyDataGrid.ScrollIntoView(x, y);

 

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: 11 Oct 2022 06:37 by Mike
Our MainPage has a button which opens the page with the DataGrid. When you scroll to the bottom of the DataGrid page and hit the back button to the MainPage and then try to go back to the page with the DataGrid, the app crashes with null reference exception.
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: 14 Sep 2022 13:48 by ADMIN
Release R3 2022
Created by: Rémi
Comments: 2
Category: DataGrid
Type: Feature Request
8

For Aggregates purpose or just for diplaying some others datas, footer for column in DataGrid it's needed feature.

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

			
Unplanned
Last Updated: 10 May 2022 10:02 by ADMIN
After scrolling down enough times where all of the data is loaded, if I try to scroll a bit more, things go a bit crazy.  A loading icon flickers on and off over the grid; the data in the grid flickers away and then back; and the entire UI essentially gets stuck in this situation.
Unplanned
Last Updated: 21 Mar 2022 13:03 by ADMIN
ADMIN
Created by: Yana
Comments: 4
Category: DataGrid
Type: Feature Request
12

			
Unplanned
Last Updated: 16 Mar 2022 12:51 by Amit
If you use a TrueType font for the DataGrid column's Style properties (CellContentStyle, HeaderStyle), it is not respected and falls back to a default platform font.
1 2 3 4 5 6