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: 09 Aug 2016 09:59 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
0

			
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.
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.
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.
Declined
Last Updated: 28 Oct 2016 12:39 by ADMIN
Completed
Last Updated: 03 May 2019 08:03 by ADMIN
Release R2 2019
Nested property definitions are visible in situations when they don't match the filtering criteria.
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: 05 Jul 2017 07:15 by ADMIN
Completed
Last Updated: 05 Apr 2019 10:55 by ADMIN
Release LIB 2019.1.408 (04/08/2019)
If your data contains uint, long or any numeric type different than Int32 or Decimal, the searching doesn't work.
Unplanned
Last Updated: 04 Jan 2017 07:25 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Bug Report
0

			
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: 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: 04 Apr 2017 07:46 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 22 Nov 2018 09:20 by ADMIN
A workaround for the issue is to apply a 1px top Margin.

The fix for this issue is available with LIB (version 2018.3.1126) published on Monday, 26th November, 2018.
Completed
Last Updated: 29 May 2017 05:55 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: GridView
Type: Bug Report
0

Available in LIB version: 2017.2.529
Completed
Last Updated: 27 Nov 2018 16:12 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
0

The fix for this issue will be available with the next LIB (version 2018.3.1203) expected on Monday, December 3.
			
Unplanned
Last Updated: 03 Nov 2016 15:23 by ADMIN