Completed
Last Updated: 31 Aug 2018 18:25 by Neal
Unplanned
Last Updated: 28 Aug 2018 11:54 by ADMIN
Declined
Last Updated: 16 Aug 2018 14:01 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 16 Aug 2018 10:59 by ADMIN
Completed
Last Updated: 16 Aug 2018 08:18 by ADMIN
The current workaround is to set the FontSize of the underlying RadComboBox explicitly:

		<Style x:Key="RedCellStyleStyle" TargetType="telerik:GridViewCell" >
			<Setter Property="FontSize" Value="25" />
			<!--workaround-->
			<Style.Resources>
				<Style TargetType="telerik:RadComboBox">
					<Setter Property="FontSize" Value="25" />
				</Style>
			</Style.Resources>
		</Style>
Completed
Last Updated: 16 Aug 2018 08:08 by ADMIN
Completed
Last Updated: 15 Aug 2018 14:44 by ADMIN
Created by: Tim
Comments: 11
Category: GridView
Type: Feature Request
14
Currently I am using row selection for my readonly grid. There is a cell highlight that shows which cell the user has selected.  I would like to disable that highlight so that the row selection looks consistent no matter where on the row the user clicks.
(Copied from: 
http://www.telerik.com/forums/disable-selected-cell-highlight

See this link for more details:  http://www.telerik.com/forums/how-to-remove-focus-rectangle-from-selected-cell#9GAEx-HPN0C_qOGAsXY2PA   )

This should be possible without adding 200 lines xaml code. Just expose the CellBorderBrush Property so we can easily set it to transparent
Completed
Last Updated: 15 Aug 2018 09:52 by ADMIN
Unplanned
Last Updated: 19 Jul 2018 15:29 by Michael
ADMIN
Created by: Ivan Ivanov
Comments: 5
Category: GridView
Type: Feature Request
4

			
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: 13 Jul 2018 14:08 by ADMIN
Check Demos >> GridView >> Hierarchy

First HeaderCell should be aligned with the first cell in the gridview. You can find a screenshot attached. 
Completed
Last Updated: 13 Jul 2018 13:24 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 4
Category: GridView
Type: Bug Report
2

			
Completed
Last Updated: 02 Jul 2018 06:48 by ADMIN
Completed
Last Updated: 28 Jun 2018 05:45 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 4
Category: GridView
Type: Bug Report
1

			
Completed
Last Updated: 26 Jun 2018 11:04 by ADMIN
Completed
Last Updated: 21 Jun 2018 16:37 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 10
Category: GridView
Type: Feature Request
17

			
Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
The performance of the RadGridView scrolling diminishes significantly when the grid has thousands of rows and alternating row styles are used.  This causes scrolling to be virtually unusable.  I note this is a known limitation of the RadGridView from information from https://docs.telerik.com/devtools/wpf/controls/radgridview/troubleshooting/performance 

We have had to remove the alternating row styles from our current product while porting to the RadGridView.  I am requesting if this issue is going to be fixed in the future anytime soon.
Won't Fix
Last Updated: 21 Jun 2018 14:50 by ADMIN