Declined
Last Updated: 14 Nov 2022 14:41 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 5
Category: GridView
Type: Feature Request
3
Add a mechanism to fix the current viewport (scrollbar position) when new items are inserted. Currently, when you insert items before the viewport's start, the scrollbar position is offset.
Declined
Last Updated: 14 Nov 2022 14:34 by ADMIN
RadGridView provides two methods to bring an item into the view. We could extend these or create a new one to bring an item to a specific position.
Declined
Last Updated: 16 Aug 2018 14:01 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
0

			
Declined
Last Updated: 18 Sep 2017 12:25 by ADMIN
Created by: jen
Comments: 2
Category: GridView
Type: Feature Request
1
Add a TextAlignment property to the GridView's AggregateFunctions to set the alignment of the resulting text. 
Apply to both Caption and FormattedValue simultaneously. 
This way we won't have to make custom ItemTemplates for the AggregateResultsList in each footer, when using AggregateFunctions out-of-the-box.
Declined
Last Updated: 13 Mar 2017 15:13 by ADMIN
Created by: Nathan
Comments: 3
Category: GridView
Type: Feature Request
1
Can you add a grid-level option to hide any grouped columns automatically (rather than at the column level)?

I've tried creating a attached property behavior to do this (see attached), but it doesn't work well with auto-generated columns.
Declined
Last Updated: 28 Oct 2016 12:39 by ADMIN
Declined
Last Updated: 21 Oct 2016 13:16 by ADMIN
Right now, if you programmatically increase the RadGridView's font size, the columns get bigger to accommodate. So far, so good. But if you then make the font size smaller, the columns stay the same large-font width. 

Further, double-clicking the gridsplitter that separates the columns after the above procedure doesn't resize the column like it would if you'd manually resized the column and then double-clicking the gridsplitter - instead, nothing happens.

Finally, it would be nice to have a programmatic interface to autosize the columns, something like

MyGrid.Columns(0).AutoSize()

Thanks!
Declined
Last Updated: 09 Aug 2016 06:17 by ADMIN
Declined
Last Updated: 08 Aug 2016 09:37 by ADMIN
Created by: Andy
Comments: 1
Category: GridView
Type: Feature Request
0
Add the "does not begin with" and "does not end with" to the list of filter parameters
Declined
Last Updated: 28 Oct 2015 09:40 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: GridView
Type: Feature Request
1

			
Declined
Last Updated: 01 Oct 2015 11:34 by ADMIN
PropertyChanged event is called for a cell with nullable value when is in edit mode and click on another cell
Declined
Last Updated: 16 Apr 2015 15:44 by ADMIN
ADMIN
Created by: Yordanka
Comments: 1
Category: GridView
Type: Feature Request
2

			
Declined
Last Updated: 09 Mar 2015 12:57 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: GridView
Type: Feature Request
1

			
Declined
Last Updated: 09 Mar 2015 09:44 by ADMIN
Declined
Last Updated: 05 Mar 2015 16:50 by ADMIN
Declined
Last Updated: 10 Feb 2015 15:50 by ADMIN
ADMIN
Created by: Nick
Comments: 2
Category: GridView
Type: Feature Request
4

			
Declined
Last Updated: 28 Nov 2014 12:12 by ADMIN
Created by: Lisitsa
Comments: 3
Category: GridView
Type: Feature Request
2
It would be very nice to have a "transpose" functionality in RadGridView. There are ways to transpose data instead of GridView, but this way it would be difficult to configure bindings, styles and other parameters. PivotGrid isn't suitable in this scenario because of lack of editing.

There is an example of what is needed: https://rotatedwpfdatagrid.codeplex.com/. I was successfully using this example with a standard WPF DataGrid, but I don't know how to accomplish this in RadGridView.

There are already a few threads about this feature:
http://www.telerik.com/forums/transposing-columns-and-rows
http://www.telerik.com/forums/radgridview-can-be-transposed
http://www.telerik.com/forums/displaying-grid-data-in-column-row-format
http://www.telerik.com/forums/reverse-column-and-row-in-the-grid

Thank you!
Declined
Last Updated: 06 Jun 2014 07:15 by ADMIN
The NullReferenceException is observed when the GridView is Grouped and rebound in the CellEditedEnded event handler.
Declined
Last Updated: 09 Apr 2014 13:16 by ADMIN
Created by: Murali
Comments: 1
Category: GridView
Type: Feature Request
0
I have a RadGridView with RadLinearSparkLines as a column showing ~100 trends.  I am looking to save all sparklines when I save screenshot.
I tried by querying the RadGridView for desired size after a call to Measure(), and pass it to the Arrange().  However, the RadGridView renders within the bounds of its actual size but not the desired size.  I also noticed that the desired size is not as tall as the size required to render all rows.
Is there any way I can save RadGridView as PNG with all rows rendered in the image?

Thanks in advance for any tips!
Declined
Last Updated: 17 Mar 2014 10:24 by ADMIN
Created by: hb
Comments: 1
Category: GridView
Type: Feature Request
2
Exporting to Excel for hierarchical grid view i.e parent and child grid.
The Output Excel should be looks like drill down report which child report can be hidden/visible.
1 2