Completed
Last Updated: 06 Nov 2015 09:43 by ADMIN
When the HorizontalContentAlignment of the GridViewCheckBoxColumn's CellStyle setting to Center, the checkboxes in the columns remain on the left side. If another theme like OfficeBlack is used, the checkboxes go on the center.


Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
Completed
Last Updated: 29 Oct 2021 11:42 by ADMIN
Release LIB 2021.3.1101 (1 Nov 2021)
Completed
Last Updated: 18 Jun 2019 13:54 by ADMIN

When loading the columns from a file the columns are read in the order they are found in the Columns collection of RadGridView upon saving them.
Setting the DisplayIndex triggers the internal grid logic that ensures the DisplayIndex of each column is correct. 
The combination of the above two operations can cause the grid to invalidate the DisplayIndex of columns while deserializing them and thus setting invalid values.
To ensure correct behaviour when deserializing sort the columns by their display order property before returning them in ProvideValue()
Unplanned
Last Updated: 31 Jan 2017 12:05 by ADMIN
Provide an option to group a column which is based on an enum by the enum value, but display the DescriptionAttribute or DisplayNameAttribute if existing.
So many times you have sort/group a column by its value like 1,2,3 but display the Description like "Delivery", "Ready", "Pickup". Of course I could add a column to my class which presents the DescriptionAttribute, but then grouping/sorting is wrong: "Delivery", "Pickup", "Ready". It would by much easier if there is an option like "UseDescription". There is something similar with Teleriks "EnumDataSource" which IS using the Description or DisplayName so it should not be that hard to implement the same logic for RadGridView.
Completed
Last Updated: 13 Jul 2016 12:15 by ADMIN
Implicit row's style should be not cleared when the SelectStyle method of RowStyleSelector returns null.
Completed
Last Updated: 20 Oct 2016 10:35 by ADMIN
Completed
Last Updated: 27 Jul 2016 12:56 by Licensing
Completed
Last Updated: 21 Nov 2016 14:53 by Robert
Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 Release.
Unplanned
Last Updated: 08 Feb 2017 17:03 by ADMIN
Completed
Last Updated: 03 Oct 2016 04:57 by ADMIN
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: 15 Feb 2017 09:03 by ADMIN
The exception is fixed. To evaluate the IsReadOnlyBinding of the column, we do not use the built-in binding mechanism but a custom one. This custom binding mechanism is designed to use as a source only the default one which is the current item of the ItemsSource of RadGridView. This is the reason that the scenario where the default source of the binding is changed is not supported by design. 

Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.
Unplanned
Last Updated: 10 Jan 2017 15:20 by Artem
Unplanned
Last Updated: 11 Mar 2019 14:39 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Bug Report
2
Unhandled exception System.InvalidOperationException: The calling thread cannot access this object because a different thread owns it.
   at System.Windows.Threading.Dispatcher.VerifyAccess()
   at System.Windows.DependencyObject.GetValue(DependencyProperty dp)
   at Telerik.Windows.Data.SortDescriptorBase.get_SortDirection()
   at Telerik.Windows.Data.Expressions.SortDescriptorCollectionExpressionBuilder.Sort()
   at Telerik.Windows.Data.QueryableExtensions.Sort(IQueryable source, IEnumerable`1 sortDescriptors)
   at Telerik.Windows.Data.QueryableExtensions.Sort(IQueryable source, SortDescriptorCollection sortDescriptors)
. . .
Unplanned
Last Updated: 03 Mar 2017 11:11 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
2