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.
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: 19 Oct 2017 08:39 by Eng
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: 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: 08 Apr 2015 07:26 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Bug Report
0

			
Declined
Last Updated: 05 Mar 2015 16:50 by ADMIN
Declined
Last Updated: 13 Feb 2015 10:42 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Bug Report
3
The sort index will not be displayed when applying a custom sorting without adding a SortDescriptor, You can consider implementing Custom Sorting using the IComparable interface instead. As an example please refer to the Custom Sorting with IComparable WPF Demo. Using a generic SortDescriptor would also be an option. 
Please check our online documentation for a further reference: http://docs.telerik.com/devtools/wpf/controls/radgridview/sorting/custom
Completed
Last Updated: 02 Jun 2016 15:03 by ADMIN