Completed
Last Updated: 10 Sep 2015 11:15 by ADMIN
Svetlin
Created on: 17 Apr 2012 09:05
Category: GridView
Type: Bug Report
2
FIX. RadGridView - vertical scrolling in self-referencing hierarchy is slow when there are more than 10 columns
Vertical scrolling of self-referencing hierarchy in RadGridView is slow when there is more than 10 columns.
1 comment
ADMIN
Ralitsa
Posted on: 22 Jul 2015 11:06
The slowdown in this caseis caused by the fact that the grid is inside a TableLayoutPanel, which is known to cause layout related performance issues. The scrolling performance of RadGridView is the same for a normal grid and for a self-reference one.