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
Completed
Last Updated: 01 May 2015 11:24 by ADMIN
Completed
Last Updated: 16 Oct 2015 06:03 by ADMIN
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: 29 Jul 2016 14:42 by Maarten
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
Completed
Last Updated: 08 Mar 2016 07:54 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 2
Category: GridView
Type: Feature Request
5
When Unicode characters are copy pasted from grids via CTRL + C and then pasted into Excel or Word (for example) as a HTML table, it seems like for every Unicode character a certain amount of bytes / characters are cut off from the end result.
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: 20 Jan 2016 14:23 by ADMIN
The problem should be resolved with lib version 2016.1.125.
Unplanned
Last Updated: 03 Aug 2016 13:17 by Andy
Created by: Andy
Comments: 0
Category: GridView
Type: Feature Request
1
When dealing with Date column filters show available options (similar to text filters) and support grouping based on Year, Month. This is a very handy feature of Excel.