Completed
Last Updated: 13 Jul 2018 13:24 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 4
Category: GridView
Type: Bug Report
2

			
Unplanned
Last Updated: 17 Jul 2017 09:15 by ADMIN
To work this around you can set the EnableColumnGroupsVirtualization to False.

Alternatively you can change the FrozenColumnCount before adding the columns, and reset it once the process is done. For example:

gridTriffDetails.FrozenColumnCount = 0;
 
gridTriffDetails.Columns.Add(newColumn);
gridTriffDetails.Columns.Add(newColumn1);
gridTriffDetails.Columns.Add(newColumn2);
 
gridTriffDetails.FrozenColumnCount = 1;
Unplanned
Last Updated: 11 Oct 2016 14:29 by ADMIN
Currently the new item's properties are validated before editing their values, which is not intuitive, especially for Required, MinLength etc. The correct behavior would suggest that validation should be applied only to "confirmed" property values.
Unplanned
Last Updated: 04 Jan 2017 07:25 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 27 Feb 2017 08:27 by ADMIN
Available in the R1 2017 SP1 Release.
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: 05 Jul 2017 07:15 by ADMIN
Completed
Last Updated: 27 Feb 2017 08:27 by Marcus
the attached project displays a wpf radgridview bound to a list<person> via a viewmodel.
if you add a new row, enter some data, and tab through the values everything works fine.
if you add a new row,  enter some data, and click the rowheader of the new row, the grid displays incorrect values (see the attached screenshots.pdf)

Available in the R1 2017 SP1 Release.
Completed
Last Updated: 25 Oct 2016 10:24 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: GridView
Type: Bug Report
1

			
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.
Declined
Last Updated: 28 Oct 2016 12:39 by ADMIN
Completed
Last Updated: 15 Feb 2017 09:02 by ADMIN
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.
Completed
Last Updated: 19 Oct 2016 14:56 by Chris
InvalidOperationException, when sorting or filtering GridView and an observable immutable collection is used in a multithread application.
Unplanned
Last Updated: 12 Aug 2016 15:39 by ADMIN
Not all of the FilteringControl elements have automation IDs. This fact prevents the proper usage of some automation frameworks.
Unplanned
Last Updated: 09 Aug 2016 09:59 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 09 Aug 2016 08:25 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 08 Aug 2016 09:16 by ADMIN
Completed
Last Updated: 18 Aug 2016 17:04 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