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.
Won't Fix
Last Updated: 02 Oct 2018 11:05 by ADMIN
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: 11 Oct 2018 13:25 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: GridView
Type: Bug Report
1

			
Completed
Last Updated: 01 Nov 2018 09:19 by ADMIN
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: 07 Nov 2018 12:52 by ADMIN
A possible workaround is to show and hide the columns.

foreach (GridViewColumn col in TestGridView.Columns)
			{
				bool visibility = col.IsVisible;
				col.IsVisible = true;
				col.IsVisible = visibility;
			}
Completed
Last Updated: 17 Jul 2018 11:49 by ADMIN
Grouping of columns in RadGridView by using a ColumnGroupDescriptor in XAML does not work when ShowGroupPanel is set to False and there is a RelativeSource binding in the ColumnGroupDescriptor.
Completed
Last Updated: 06 Nov 2023 06:58 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)

A NullReferenceException can be thrown when quickly editing different cells with a RadMultiColumnComboBox (placed in the CellEditTemplate of the column) and changing the selection. 

System.NullReferenceException
  HResult=0x80004003
  Message=Object reference not set to an instance of an object.
  Source=Telerik.Windows.Controls.GridView
  StackTrace:
   at Telerik.Windows.Controls.MultiColumnComboBox.GridViewDropDownContentManager.OnMouseUp(Object sender, MouseButtonEventArgs args) in Telerik.Windows.Controls.MultiColumnComboBox\GridViewDropDownContentManager.cs:line 283

Completed
Last Updated: 07 Sep 2016 09:39 by ADMIN
Expecting the popup to be kept open, its zorder is still on top of the grid it is linked on, but not on top of other applications whose zorder is closer to the user than the application window containing the grid.
Unplanned
Last Updated: 03 Aug 2016 13:13 by ADMIN
Completed
Last Updated: 21 Jul 2015 07:55 by ADMIN
GridViewColumnGroups.Header does not respect any content different from string when EnableColumnGroupsVirtualization is True.

*** Workaround: Use HeaderTemplate property instead or set EnableColumnGroupsVirtualization to False in all themes different than Windows8, Windows8Touch and ExpressionDark.

The problem should be resolved with version Q2 2015 SP1.
Unplanned
Last Updated: 03 Jan 2017 21:06 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
1
WinForms: http://www.telerik.com/help/winforms/gridview-grouping-setting-groups-programmatically.html

You can find our online documentation on a detailed information on the currently supported grouping:
http://docs.telerik.com/devtools/wpf/controls/radgridview/grouping/basics.html
Completed
Last Updated: 28 Mar 2016 09:53 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Bug Report
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: 27 Feb 2017 08:27 by ADMIN
Completed
Last Updated: 13 Jul 2016 12:06 by ADMIN
Tapping on GridViewGroupRow or GroupHeaderRow does not expand the group
Completed
Last Updated: 24 Jul 2015 11:49 by ADMIN
Completed
Last Updated: 08 Mar 2018 09:14 by ADMIN
The fix is available in the R1 2018 Release.
Declined
Last Updated: 28 Oct 2015 09:40 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: GridView
Type: Feature Request
1