Completed
Last Updated: 07 Nov 2018 12:52 by ADMIN
ADMIN
Dinko | Tech Support Engineer
Created on: 01 Nov 2018 11:58
Category: GridView
Type: Bug Report
1
GridView: Column is partially visible when the IsVisible property is set to false and DisplayIndex is set to a number bigger than -1
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;
			}
1 comment
ADMIN
Vera
Posted on: 07 Nov 2018 12:52
The fix for this issue will be available with the next LIB (version 2018.3.1112) expected on Monday, November 12.