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: 21 Mar 2022 13:03 by ADMIN
ADMIN
Created by: Yana
Comments: 4
Category: DataGrid
Type: Feature Request
12

			
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: 07 Mar 2019 07:12 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: DataGrid
Type: Feature Request
11

			
Unplanned
Last Updated: 03 Aug 2018 09:06 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: DataGrid
Type: Feature Request
8
Make the DataGrid work with dynamic objects and visualize/edit them as expected

			
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: 21 Sep 2021 12:29 by Rajesh
Created by: Marko
Comments: 1
Category: DataGrid
Type: Feature Request
6
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: 15 Feb 2019 14:28 by ADMIN
Created by: Graham
Comments: 1
Category: DataGrid
Type: Feature Request
4

Datagrid

 

Built in features for:

- Paging

        eg. https://demos.telerik.com/aspnet-mvc/grid/paging

- Search Panel

        eg. https://demos.devexpress.com/MVCxGridViewDemos/Filtering/SearchPanel

​- Sorting

        eg. https://demos.telerik.com/aspnet-mvc/grid/sorting

 

I am trying to replicate a part of our MVC application using xamarin.forms.
The forms  required will have a datagrid, when a row is clicked I want to open a pdfViewer.

These built in features would help me and others.

 

Regards,

Graham

 

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: 03 Jan 2018 09:46 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 1
Category: DataGrid
Type: Feature Request
2
Currently the DataGrid uses a GroupDescriptorCollection type for GroupDescriptors, which is not bindable (even with OneWayToSource mode).

The same holds true for the Filter and Sort collections.

It would be nice to follow the same paradigm as the completed RadListView feedback item here: https://feedback.telerik.com/Project/168/Feedback/Details/211065-listview-make-groupdescriptors-sortdescriptors-and-filterdescriptors-collection
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.


			
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: 31 Jul 2018 11:00 by Didi
ADMIN
Created by: Didi
Comments: 0
Category: DataGrid
Type: Feature Request
2
Similar to Search as you type for UI for WPF: https://docs.telerik.com/devtools/wpf/controls/radgridview/features/search-as-you-type
Unplanned
Last Updated: 10 Aug 2018 12:39 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
2

			
Unplanned
Last Updated: 14 Aug 2018 09:57 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
2

			
Unplanned
Last Updated: 18 Oct 2018 07:11 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataGrid
Type: Feature Request
2
Provide support for merged cells in RadDataGrid.
Unplanned
Last Updated: 07 Mar 2019 11:39 by ADMIN

SizeMode="Fill" for Xamarin.Forms datagrid column to fill the space left

e.g.

<radDataGrid:DataGridDateColumn PropertyName="Date" SizeMode="Fixed" Width="80" />
<radDataGrid:DataGridTextColumn PropertyName="Title" SizeMode="Fill"  />
<radDataGrid:DataGridNumericalColumn PropertyName="Score" SizeMode="Auto" />

=>

First column has width 80, 3rd column has width of content (already working)

NEW: Second column occupies the space left

Unplanned
Last Updated: 15 Apr 2019 13:12 by ADMIN
Currently you can bind to SelectedItem but not the entire collection of SelectedItems. Being able to access the collection would greatly simplify programmatic selection and deselection of items in the DataGrid, especially with an MVVM project structure.
Unplanned
Last Updated: 24 Sep 2019 14:10 by ADMIN
Created by: Giovanni Rojas
Comments: 1
Category: DataGrid
Type: Feature Request
2

when using automatic column generation you don't have easy access to the column being created so that you can apply customizations (Header, style, etc).

Please implement the same event that UI for WPF has, see it here: https://docs.telerik.com/devtools/wpf/controls/radgridview/events/column-resize-event#autogeneratingcolumn

1 2