Completed
Last Updated: 12 Feb 2019 12:16 by ADMIN
Declined
Last Updated: 16 Jun 2016 07:46 by ADMIN
Unplanned
Last Updated: 04 Jan 2017 07:22 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
1

			
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
Completed
Last Updated: 15 Jul 2016 11:14 by ADMIN
Completed
Last Updated: 23 Jan 2017 06:41 by ADMIN
Completed
Last Updated: 05 Jun 2017 12:01 by ADMIN
DataFormatString is not respected when exporting RadGridView to .xlsx file and a GridViewDataColumn is bound to a nested property.

Available in LIB version: 2017.2.605
Completed
Last Updated: 18 Aug 2016 17:04 by ADMIN
Unplanned
Last Updated: 25 Aug 2016 08:19 by ADMIN
1.   Run the sample application.

2.   Scroll to the last item.

3.   Begin to resize the window. The direction is irrelevant. Only the horizontal scrollbar needs to be visible.

4.   Observe that in the beginning of the resizing, the scrollbar auto scrolls upwards a little and the last item is half hidden.
Completed
Last Updated: 25 Oct 2016 10:24 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: GridView
Type: Bug Report
1

			
Declined
Last Updated: 20 Oct 2016 12:12 by ADMIN
Created by: Combinations
Comments: 1
Category: GridView
Type: Bug Report
1
I have a custom column based on GridViewBoundColumnBase. In it I override GetCellContent. If I bind the column to a nested property (MyProperty.SubProperty), what I return in GetCellContent is not shown, instead the nested property's "raw" value is shown.

Attached is a project illustrating the issue.
Completed
Last Updated: 27 Feb 2017 08:27 by ADMIN
Available in the R1 2017 SP1 Release.
Unplanned
Last Updated: 12 Sep 2016 15:38 by ADMIN
A workaround for the issue is to use RadObservableCollection as a source collection. Before the items are added to it, call the its SuspendNotifications method. Respectively, after that call the ResumeNotifications one. 

Another approach would be to populate the items through the AddRange method of the collection.
Completed
Last Updated: 23 Jan 2017 06:41 by ADMIN
An exception with the following StackTrace is thrown:

       at System.Windows.Threading.Dispatcher.VerifyAccess()
       at System.Windows.DependencyObject.GetValue(DependencyProperty dp)
       at Telerik.Windows.Data.FilterDescriptor`1.get_FilteringExpression()
       at Telerik.Windows.Data.FilterDescriptor`1.CreateFilterExpression(ParameterExpression parameterExpression)
       at Telerik.Windows.Data.FilterDescriptorBase.CreateFilterExpression(Expression instance)
       at Telerik.Windows.Data.Expressions.FilterDescriptorCollectionExpressionBuilder.CreateBodyExpression()
       at Telerik.Windows.Data.Expressions.FilterExpressionBuilder.CreateFilterExpression()
       at Telerik.Windows.Data.QueryableExtensions.Where(IQueryable source, CompositeFilterDescriptorCollection filterDescriptors)
       at Telerik.Windows.Data.QueryableCollectionView.CreateView()
Completed
Last Updated: 06 Feb 2017 15:17 by ADMIN
Available in LIB version 2017.1.206 , it will be also available in the R1 2017 SP1 Release.