Unplanned
Last Updated: 03 Aug 2016 13:11 by Michael
GridViewCell.Errors - System.Collections.IEnumerable Errors { set; get; }

Errors collection always returns a collection of strings.  When using .NET 4.5 and INotifyDataErrorInfo the errors can be any type. In our case we are using a custom ValidationResult object that has different severity levels.

Because GridViewCell.Errors always returns strings and not the original underlying ValidationResult object our DataTemplate for ValidationResult is not applied.
Completed
Last Updated: 28 Jul 2014 07:37 by ADMIN
Resolved with lib version 2014.2.714.
Completed
Last Updated: 13 Aug 2014 07:57 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
1

			
Completed
Last Updated: 02 Oct 2015 08:33 by ADMIN
GroupFooterRowStyleSelector is not persisted, when you expand and collapse a group
Completed
Last Updated: 30 Jun 2014 11:16 by ADMIN
Won't Fix
Last Updated: 06 Sep 2016 08:49 by ADMIN
Unplanned
Last Updated: 09 Aug 2016 10:10 by ADMIN
All DragVisualProviders for the RadListBox, as described in http://www.telerik.com/help/silverlight/radlistbox-features-dragdrop.html, show as a bare minimum a horizontal line that clearly shows where the drop within the list will occur.

Unfortunately the RadGridView does not even have that out of the box for its DragVisualProviders, so dragging elements within a RadGridView provides no indication at all to where the drop will happen! This seems like a very basic feature the RadGridView should have to support dragging/dropping within it (which also seems like a very common functionality).
Completed
Last Updated: 05 Nov 2015 11:03 by ADMIN
Completed
Last Updated: 30 Jun 2014 06:28 by Arthur
Declined
Last Updated: 06 Jun 2014 07:15 by ADMIN
The NullReferenceException is observed when the GridView is Grouped and rebound in the CellEditedEnded event handler.
Completed
Last Updated: 31 Mar 2016 10:58 by Toby
The problem should be resolved with lib version 2016.1.125.
Won't Fix
Last Updated: 03 Jul 2015 12:48 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
ADMIN
Created by: Boris
Comments: 0
Category: GridView
Type: Feature Request
0
You can not select different filtering options through keyboard navigation. The only possible way to select a filtering operator from the list with available filtering operators is to click on it.
Completed
Last Updated: 28 Jul 2014 07:35 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
0
Resolved with lib version 2014.2.721.
Completed
Last Updated: 29 Oct 2015 11:32 by ADMIN
Completed
Last Updated: 04 May 2015 07:47 by ADMIN
GridViewDataColumn.IsVisible binding is broken in a custom scenario. The problem is reproducible only in child GridView.