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.
			
Completed
Last Updated: 26 Nov 2018 16:48 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category: GridView
Type: Bug Report
0
Using such negative margin leads to some parts of the template to be actually outside of the control boundaries.

The fix for this issue will be available with the next LIB (version 2018.3.1203) expected on Monday, December 3.
Completed
Last Updated: 22 Nov 2018 12:58 by ADMIN

The fix for this issue is available with LIB (version 2018.3.1126) published on Monday, November 26.
			
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: 21 Nov 2018 11:28 by ADMIN

The fix for this issue will be available with the next LIB (version 2018.3.1126) expected on Monday, November 26.
			
Completed
Last Updated: 07 Nov 2018 12:52 by ADMIN
A possible workaround is to show and hide the columns.

foreach (GridViewColumn col in TestGridView.Columns)
			{
				bool visibility = col.IsVisible;
				col.IsVisible = true;
				col.IsVisible = visibility;
			}
Completed
Last Updated: 01 Nov 2018 09:19 by ADMIN
Completed
Last Updated: 15 Oct 2018 14:19 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 15 Oct 2018 05:45 by ADMIN
Completed
Last Updated: 12 Oct 2018 08:33 by ADMIN
ArgumentOutOfRangeException is thrown when performing a CollectionChange with Replace action on the underlying collection and there's an applied FilterDescriptor.
Completed
Last Updated: 11 Oct 2018 13:25 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: GridView
Type: Bug Report
1

			
Completed
Last Updated: 11 Oct 2018 10:39 by ADMIN
Won't Fix
Last Updated: 11 Oct 2018 08:28 by ADMIN
The vertical scrollbar measure incorrectly when the control's ItemsSource is populated in its Loaded event. To reproduce this, set the ItemsSource when the control is initialized. And then populate it on Loaded. Also, to reproduce this you will need to define the columns manually.

To resolve this, populate the data on initialization of the gridview. Or delay the population to happen after the Loaded event. You can use a dispatcher for this.
Completed
Last Updated: 09 Oct 2018 06:33 by ADMIN
Excessive CPU usage when GroupRenderMode is set to Flat, RowDetailsTemplate is used and RowDetailsVisibilityMode is set to Visible. This issue is not reproduced only with Material,  Office2016,  Office2016Touch and Windows8Touch themes.
Won't Fix
Last Updated: 08 Oct 2018 14:54 by ADMIN
For the time being, an appropriate converter should be used for the bindings.
Won't Fix
Last Updated: 02 Oct 2018 11:05 by ADMIN