Declined
Last Updated: 24 Feb 2014 09:58 by Kiranjeet
1) I created a 5 X 5 table.
2) Then I selected second column.
3) Then I applied Right Align to the selected column.
4)Then I Right clicked on the last row and selected Insert > Insert row below
5) It inserted the row with all cells left aligned.

The cells should adapt the alignment of the column they are in.
Won't Fix
Last Updated: 06 Sep 2016 08:48 by ADMIN
The last row is not fully visible when the gridview is scrolled to the bottom in case RowHeight is set to less than 20px. The less the row height the smaller the part of the last row which is visible. This is reproducible only in Office2013 theme. 
Completed
Last Updated: 18 Mar 2014 08:54 by ADMIN
ADMIN
Created by: Yordanka
Comments: 0
Category: GridView
Type: Feature Request
1
ArgumentOutOfRandeException in FlatLayoutStrategy.RealizeRows(). The exception occurs if RadGridView.GroupRenderMode="Flat"
Completed
Last Updated: 23 Feb 2018 07:51 by ADMIN
Created by: Tim
Comments: 8
Category: GridView
Type: Feature Request
8

			
Completed
Last Updated: 01 Jul 2014 07:33 by Paul
StackOverflowException is thrown when perfoming sorting, filtering or grouping on GridView bound to DynamicObject
Completed
Last Updated: 04 Mar 2014 12:34 by ADMIN
ADMIN
Created by: Yordanka
Comments: 0
Category: GridView
Type: Feature Request
4
InvalidOperationException in FilteringViewModel.ClearFilters()
Completed
Last Updated: 23 Apr 2014 10:24 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Bug Report
0
Resolved with LIB version 2014.1.0428.
Declined
Last Updated: 10 Feb 2015 15:50 by ADMIN
ADMIN
Created by: Nick
Comments: 2
Category: GridView
Type: Feature Request
4

			
Completed
Last Updated: 13 Feb 2014 12:44 by Licensing
Scrolling performance is degraded when RowStyle/RowStyleSelector that sets Template property is explicitly applied
Completed
Last Updated: 02 Dec 2013 11:32 by ADMIN
'Cell is already in the collection' exception is thrown when multiple cells are copied and pasted in a sorted column
Declined
Last Updated: 21 Feb 2014 11:10 by ADMIN
ViewRow's background is not correctly colored when RadGridView is within RadBusyIndicator and it is busy. There is no problem if your are using GridViewLoadingIndicator.
Completed
Last Updated: 13 Jun 2016 16:35 by ADMIN
HeaderCheckBoxStyle of GridViewSelectColumn returns TextBlock as Header in Office2013 theme
Declined
Last Updated: 29 Nov 2013 10:01 by ADMIN
Created by: Daniel
Comments: 1
Category: GridView
Type: Bug Report
0
Hello Telerik  Team!

Are there any new informations concerning the below BUG?
(UniqueName-Property is causing binding errors) 
Is this fixed in one of the current versions? What are proper workarounds?

Identical Problem for Sylverlight:
http://www.telerik.com/community/forums/silverlight/gridview/gridviewdatacolumn-data-binding-to-uniquename---why.aspx

Regards Daniel
(DevCraft Customer)
Completed
Last Updated: 21 Sep 2016 09:04 by ADMIN
GridViewColumn's IsVisible Binding breaks when you create an instance of a usercontrol.
Unplanned
Last Updated: 03 Aug 2016 13:07 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
5
When the ScrollMode is set to Deferred, then only the vertical ScrollBar shows a position indicator. The same is requested on horizontal scrolling.
Won't Fix
Last Updated: 30 Jun 2016 16:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: GridView
Type: Bug Report
7
Scrollbar scrolls unexpectedly when column width is changed. Check the following video for a reference:
http://screencast.com/t/Y6IwtREc
Declined
Last Updated: 21 Feb 2014 10:56 by ADMIN
1. Set RadGridView's setting DragElementAction="ExtendedSelect". 
2. Open a window on selecting a row.
3. Close the window, the RadGridView becomes ExtendedSelect.

Note: Most probably this problem is actually caused by a limitation in the Silverlight platform. Once a Window is shown, there is no way to detect that the mouse is released.
Declined
Last Updated: 04 Mar 2014 15:57 by ADMIN
This Style is not applied when Windows8 Theme is set for the GridView (only) - it works if an ApplicationTheme is set. 
<telerik:RadGridView  telerik:StyleManager.Theme="Windows8" Name="clubsGrid" .../>

<Style TargetType="telerik:GroupHeaderRow" telerik:StyleManager.BasedOn="Windows8">

<Setter Property="ShowGroupHeaderColumnAggregates" Value="True" />

<Setter Property="Background" Value="Red"/>

</Style>
Completed
Last Updated: 30 Oct 2015 10:49 by ADMIN
When KeyboardNavigation.TabNavigation is set to Once, RadGridView does not lose the focus after the second time it's focused.
Completed
Last Updated: 12 Jan 2016 17:18 by ADMIN
Change AlternateRowBackground (runtime) has only effects after scrolling in grid or after rebinding it.