Completed
Last Updated: 23 Feb 2018 07:51 by ADMIN
Created by: Tim
Comments: 8
Category: GridView
Type: Feature Request
8

			
Unplanned
Last Updated: 23 Feb 2018 07:43 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
1

			
Completed
Last Updated: 19 Feb 2018 15:13 by ADMIN
I have a RadGridView and bind its ItemsSource and its SelectedItem to properties of the ViewModel (DataContext). I use a ViewModel for the grid items with overridden Equals and GetHashCode. When the ViewModel is created, the property bound to ItemsSource is filled and the property bound to SelectedItem is set to an item that is equal to one of the items in the collection (but not reference equal).

Problem:
When the GridView is displayed, no item is selected.

Note: I already reported this issue before: https://feedback.telerik.com/Project/143/Feedback/Details/227302-binding-itemssource-and-selecteditem-of-gridview-changes-selecteditem
but now I have managed to modify the sample project so that the problem can be reproduced. The difference to the original sample project is that Equals and GetHashCode of the Club ViewModel are overridden and the selected item is not reference equal to the item in the collection.
Completed
Last Updated: 15 Feb 2018 15:12 by ADMIN
The issue can be solved with the help of the new added IsExpandableBinding property.
Completed
Last Updated: 15 Feb 2018 14:34 by ADMIN
Currently, the default value of the property is true, so the presented of items in the hierarchy collection is not taken into account. This results in having visible hierarchy buttons for rows that do not have hierarchical subitems.
Declined
Last Updated: 12 Feb 2018 15:40 by ADMIN
When RadGridView is bound to a ListCollectionView and the SortDescriptions are set, columns with a SortMemberPath different from the DataMemberBinding don't display the sort indicator in the column header.

In the attached example the "Status" and "ETA" columns are sorted. "Status" header does not display the indicator due to the SortMemberPath being different from the DataMemberBinding.
Unplanned
Last Updated: 09 Feb 2018 16:39 by ITC
The unconfirmed inputs of filter row editors are being destroyed together with the editor itself in column-visualized GridViews. There's an easy solution for it (store what was in there and restore upon recreation) and we're waiting for an official fix for this "expected behaviour" since three+ years.
Unplanned
Last Updated: 09 Feb 2018 14:19 by Vladimir
If you have a RadComboBox inside a ControlPanelItem, when you open the RadComboBox's dropdown and select an item, the ControlPanelItem is not closed. As a workaround, you can manually capture the mouse. Please check the attached project.
Completed
Last Updated: 08 Feb 2018 11:28 by ADMIN
To reproduce the problem, there need to be defined a huge amount of columns(400-500). The workaround is to call the Clear method of the Columns collection of RadGridView
Completed
Last Updated: 08 Feb 2018 09:53 by ADMIN
Available in LIB version 2018.1.205, it will be also available in the R1 2018 SP2 Release.
Completed
Last Updated: 05 Feb 2018 16:37 by ADMIN
The designer crashes with this exception:
InvalidOperationException: 'GridViewColumnGroupRow' TargetType does not match type of element 'GridViewColumnGroupRow'.

See the attached screenshot. It's from a new project, after clean and rebuild.

Visual studio: 2015
Telerik UI for wpf: 2015.2
Implicit styles, Windows8 theme.

* The problem is not theme specific. As a workaround, use no xaml binaries instead of xaml files.
Completed
Last Updated: 02 Feb 2018 11:24 by ADMIN
A TargetName = "FilterIcon" should be added to the foreground setter in the trigger in the control template of the FilteringDropDown.
Unplanned
Last Updated: 29 Jan 2018 15:28 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
1

			
Completed
Last Updated: 19 Jan 2018 15:11 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: GridView
Type: Bug Report
1
Available in LIB version 2018.1.122, it will be also available in the R1 2018 SP Release.
Completed
Last Updated: 11 Jan 2018 14:48 by ADMIN
As of R1 2018 the GetCellContent method is no longer used for exporting a custom column content. Instead, the GetExportCellContent one of GridViewBoundColumnBase needs to be overriden.
Unplanned
Last Updated: 20 Dec 2017 17:08 by ADMIN
Currently, RadGridView's data engine relies on TypeDescriptor.GetProperties, when resolving the set of properties accessible through a certain type. Apparently, this API hides the properteis from the interface, as they are not accessible throught the concrete type.
Completed
Last Updated: 12 Dec 2017 13:52 by ADMIN
Completed
Last Updated: 28 Nov 2017 12:16 by ADMIN
Available in LIB version 2017.3.1204, it will be also available in the R1 2018 Release.