Completed
Last Updated: 26 Mar 2018 11:02 by ADMIN
Completed
Last Updated: 26 Mar 2018 06:46 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 2
Category: GridView
Type: Feature Request
7

			
Completed
Last Updated: 20 Mar 2018 16:27 by ADMIN
Available in LIB version: 2017.2.710
Completed
Last Updated: 16 Mar 2018 15:02 by ADMIN
Unplanned
Last Updated: 14 Mar 2018 14:42 by Vladimir
Unplanned
Last Updated: 13 Mar 2018 12:12 by ADMIN
Completed
Last Updated: 08 Mar 2018 09:14 by ADMIN
The fix is available in the R1 2018 Release.
Completed
Last Updated: 08 Mar 2018 09:13 by ADMIN
Unplanned
Last Updated: 06 Mar 2018 16:22 by ADMIN
Unplanned
Last Updated: 06 Mar 2018 16:20 by ADMIN
Unplanned
Last Updated: 06 Mar 2018 16:01 by ADMIN
ADMIN
Created by: Yoan
Comments: 6
Category: GridView
Type: Feature Request
5

			
Unplanned
Last Updated: 06 Mar 2018 15:59 by ADMIN
The default merging algorith merges adjacent cells with the same value. An option for preventing cells merging despite their value, should be provided.
Unplanned
Last Updated: 28 Feb 2018 15:38 by ADMIN
Unplanned
Last Updated: 27 Feb 2018 16:37 by ADMIN
Won't Fix
Last Updated: 23 Feb 2018 08:00 by ADMIN
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.