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.
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.
ArgumentOutOfRandeException in FlatLayoutStrategy.RealizeRows(). The exception occurs if RadGridView.GroupRenderMode="Flat"
StackOverflowException is thrown when perfoming sorting, filtering or grouping on GridView bound to DynamicObject
InvalidOperationException in FilteringViewModel.ClearFilters()
Resolved with LIB version 2014.1.0428.
Scrolling performance is degraded when RowStyle/RowStyleSelector that sets Template property is explicitly applied
'Cell is already in the collection' exception is thrown when multiple cells are copied and pasted in a sorted column
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.
HeaderCheckBoxStyle of GridViewSelectColumn returns TextBlock as Header in Office2013 theme
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)
GridViewColumn's IsVisible Binding breaks when you create an instance of a usercontrol.
When the ScrollMode is set to Deferred, then only the vertical ScrollBar shows a position indicator. The same is requested on horizontal scrolling.
Scrollbar scrolls unexpectedly when column width is changed. Check the following video for a reference: http://screencast.com/t/Y6IwtREc
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.
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>
When KeyboardNavigation.TabNavigation is set to Once, RadGridView does not lose the focus after the second time it's focused.
Change AlternateRowBackground (runtime) has only effects after scrolling in grid or after rebinding it.