Declined
Last Updated: 09 Aug 2016 06:17 by ADMIN
Completed
Last Updated: 14 Jun 2016 13:10 by Rutger Kars
ADMIN
Created by: Nick
Comments: 3
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 08 Apr 2015 07:26 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 13 Feb 2020 15:24 by ADMIN
Release R1 2020
* Workaround: commit the edit before removing the item
* Works fine with the old Nested mode
Completed
Last Updated: 12 Apr 2015 20:00 by srecov
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Bug Report
0
The issue is reproducible with Q1 2015 SP1 version. With Q1 2015 it is not.
In order to reproduce it, add at least one empty cell. When you try opening the excel file you get the an error that Excel will try to recover the file.

Should be resolved with LIB version 2015.1.413.
Completed
Last Updated: 07 Mar 2016 14:48 by ADMIN
Workaround:

Define an implicit Style targeting GridViewRow UI element under Window.Resources or RadGridView.Resources section.
Completed
Last Updated: 20 Jan 2016 14:23 by ADMIN
The problem should be resolved with lib version 2016.1.125.
Completed
Last Updated: 13 Jul 2016 11:44 by ADMIN
Created by: Jason
Comments: 4
Category: GridView
Type: Bug Report
0
StackOverFlowException when the GroupMemberPath is set to a different path to the data member and the column is grouped, and filtered.

As an example I add a column to the grid:
columns.Add(new GridViewDataColumn() { DataMemberBinding = new Binding("CustomerId"), GroupMemberPath = "CustomerName", SortMemberPath="CustomerName", Width = 300 });

When the grid appears, drag the CustomerId column to the grouping area
Click the filter icon on the CustomerId column
Click a checkbox in the filtering control to select an item
Exception occurs
Completed
Last Updated: 09 Mar 2023 14:28 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 01 May 2015 11:24 by ADMIN
Completed
Last Updated: 25 May 2015 09:35 by ADMIN
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 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: 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: 11 May 2016 14:20 by Tetsu
Declined
Last Updated: 16 Oct 2015 13:41 by ADMIN
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.
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.
Declined
Last Updated: 23 Aug 2016 08:39 by ADMIN
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Bug Report
0