Completed
Last Updated: 17 Nov 2010 06:25 by ADMIN
1. Add a summary row
2. Pin the summary row at bottom
3. Change the add new row position to be bottom
4. Try calling the ScrollToRow method
Completed
Last Updated: 17 Nov 2010 04:10 by ADMIN
There is an issue when using dpi setting different from the default one on Windows XP or Windows 7 with XP style dpi scaling
Completed
Last Updated: 17 Nov 2010 03:27 by ADMIN
When RadRadioButton column is bound to a column containing integer values and RadGridView is being reenabled all radio buttons are with ToggleState.On.
Completed
Last Updated: 13 Feb 2014 09:06 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
0
Adding a column to the RadGridView datasouce (DataSet) does not reflect in RadGridView.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
If the DPI setting of the screen is 120, the layout of the Conditional formatting form is broken. One can't see the buttons to apply his/her preferences.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: GridView
Type: Feature Request
1
It will be a nice addition to the GridViewImageColumn if we add an ImageAlignment property.
Unplanned
Last Updated: 15 Aug 2017 09:23 by ADMIN
When you are using drop down list in RadGridView in suggest-append mode, you should be allowed to add non-existing item to the data source.
Declined
Last Updated: 26 Dec 2014 15:08 by ADMIN
Currently when RadGridView contains multiple header rows and its layout is being saved, after loading it the grid shows "No data to display" although it is binded to a data source. 

Add a functionality to support saving the layout when RadGridView contains multiple header rows
Completed
Last Updated: 25 Oct 2010 04:56 by Svetlin
You need to create two manually generated columns and set the AutoSizeColumnsMode to GridViewAutoSizeColumnsMode.Fill. If you set the MinWidth property of the first one and the MinWidth and MaxWidth properties of the second one, the columns do not fill the whole available space of RadGridView.
Completed
Last Updated: 18 Oct 2010 04:36 by Svetlin
When you recalculate the value of the parent record in the ListChanged event of the BindingList, NullReferenceException is thrown.
Declined
Last Updated: 20 Feb 2014 11:08 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Feature Request
3
We should consider the Display attribute when using business objects as data source in RadGridView.
Completed
Last Updated: 23 Sep 2010 03:01 by Svetlin
If grouping is applied, the cells of GridViewCheckBoxColumn are not updated after changing their values programatically.
Completed
Last Updated: 21 Sep 2010 04:24 by Svetlin
If the NewRowEnterKeyMode value is EnterMovesToLastAddedRow and you press the Enter key to add a new row, this new row is added twice.
Completed
Last Updated: 20 Sep 2010 09:48 by ADMIN
There are visual glitches when using RadGridView in column groups view and RightToLeft is set to true.
Completed
Last Updated: 09 Sep 2010 07:59 by Svetlin
At design-time when you remove a RadGridView instance, its GridViewTemplate instances are not removed.
Completed
Last Updated: 13 Jul 2015 08:49 by ADMIN
When RadTextBox is bound to a column (GridViewTextBoxColumn) in RadGridVIew it shows the current cell value. But once new row is added the value in the text box does not clear. Instead the last value stays. 

In case you add another row the value is being cleared.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
There is a weird behaviour when the row is in edit mode and the user clicks consecutively in a different ComboBoxColumn. The drop-down pop-up is shown bun immediately disappear if the previous cell was also from ComboBoxColumn.
Completed
Last Updated: 26 Dec 2014 11:59 by ADMIN
Excluding certain properties when layout is being saved
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
2
When loading layout in RadGridView, combo box columns lose their data-sources.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
1
Include an easy way to clear selection and current row if the data source changed. Currently, it sets the first row as current and there is not a clear way to avoid this on every data source change.