Declined
Last Updated: 23 Aug 2016 08:39 by ADMIN
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 08 Jul 2015 12:16 by ADMIN
The problem can be reproduced only when the previously focused element is in ToolBar or RadToolBar. It is not reproducible in the default scenario. 

Should be resolved with lib version 2015.2.713.
Completed
Last Updated: 28 Mar 2016 09:53 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Bug Report
1

			
Unplanned
Last Updated: 03 Aug 2016 13:20 by Ivan
The RowStyleSelector is great for dynamically styling rows, but there doesn't seem to be an easy way to dynamically apply a style to selected rows - they just take on the default style. Something like a SelectedRowStyleSelector would be a great way to dynamically style selected rows. Thanks!
Unplanned
Last Updated: 03 Jan 2017 21:06 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
1
WinForms: http://www.telerik.com/help/winforms/gridview-grouping-setting-groups-programmatically.html

You can find our online documentation on a detailed information on the currently supported grouping:
http://docs.telerik.com/devtools/wpf/controls/radgridview/grouping/basics.html
Completed
Last Updated: 21 Jul 2015 07:55 by ADMIN
GridViewColumnGroups.Header does not respect any content different from string when EnableColumnGroupsVirtualization is True.

*** Workaround: Use HeaderTemplate property instead or set EnableColumnGroupsVirtualization to False in all themes different than Windows8, Windows8Touch and ExpressionDark.

The problem should be resolved with version Q2 2015 SP1.
Completed
Last Updated: 28 Jun 2016 15:02 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Bug Report
0
WPF Controls Samples -> GridView with Data Virtualization -> Edit UnitPrice and press Enter -> press ESC -> press Control+End.

Workaround: press ESC one more time or commit the edit before pressing  Control+End.
* works fine with QueryableCollectionView.
Unplanned
Last Updated: 03 Aug 2016 13:13 by ADMIN
Declined
Last Updated: 16 Oct 2015 13:41 by ADMIN
Completed
Last Updated: 11 May 2016 14:20 by Tetsu
Completed
Last Updated: 01 Jun 2018 14:37 by ADMIN
Full error message: No generic method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic."

Showing in design time, working at run time. 
Completed
Last Updated: 07 Sep 2016 09:39 by ADMIN
Expecting the popup to be kept open, its zorder is still on top of the grid it is linked on, but not on top of other applications whose zorder is closer to the user than the application window containing the grid.
Completed
Last Updated: 25 Apr 2016 12:29 by ADMIN
The reason for the performance issues is the size of the ItemsSource for the combo column and the internal lookup logic.

A new IsLightweightModeEnabled property of GridViewComboBoxColumn will be introduced with R2 2016. Its default value is False. 
When set to True, the new lightened lookup logic is triggered, thus the performance of the column is significantly increased.
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
I want to get ItemsSource by retrieving a list from a dictionary, so I need 2 parameters, but I can't use MultiBinding to do this!
Completed
Last Updated: 13 Sep 2017 12:56 by ADMIN
Update: Before our change the GridViewGroupFooterCell content was right aligned and the GridViewFooterCell content was left aligned. We decided to unify them by setting default left alignment to both. This can be easily modified by changing the Column FooterTextAlignment property to Right or by using the following implicit styles: 

<Style TargetType="telerik:GridViewGroupFooterCell" BasedOn="{StaticResource GridViewGroupFooterCellStyle}">
    <Setter Property="HorizontalContentAlignment" Value="Right"/>
</Style>
<Style TargetType="telerik:GridViewFooterCell" BasedOn="{StaticResource GridViewFooterCellStyle}">
    <Setter Property="TextAlignment" Value="Right"/>
</Style>

The fix is available in R3 2017 of UI for WPF.
Completed
Last Updated: 15 Jul 2016 13:29 by Martin
There is a mistake in the text shown in the GroupPanel of RadGridview in french.
it should be something like "Glissez un en-tête de colonne et déposez-le ici.."
Completed
Last Updated: 13 Jul 2016 12:06 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Bug Report
1

			
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
3

			
Completed
Last Updated: 25 May 2015 09:35 by ADMIN