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
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
Unplanned
Last Updated: 20 Jun 2017 11:33 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 27 Dec 2016 15:03 by ADMIN
Available in LIB version 2016.3.1227, it will be also available in the 2017 R1 release.
Unplanned
Last Updated: 17 Nov 2016 15:56 by ADMIN
Completed
Last Updated: 11 Jan 2017 16:06 by ADMIN
Available in LIB version 2016.3.1309 , it will be also available in the 2017 R1 release.
Completed
Last Updated: 12 Dec 2016 14:54 by ADMIN
Available in LIB version 2016.3.1212, it will be also available in the 2017 R1 release.
Unplanned
Last Updated: 02 Dec 2016 11:13 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 12 May 2017 14:33 by ADMIN