Completed
Last Updated: 12 Oct 2015 12:27 by ADMIN
ADMIN
Hristo
Created on: 24 Jul 2015 10:54
Category: GridView
Type: Bug Report
0
FIX. RadGridView - vertical scroll bar not calculated properly when the grid is in self reference
workaround: in the handler of the Load event explicitly set the scroll bar value to 0
 this.radGridView1.TableElement.VScrollBar.Value = 0;
0 comments