Completed
Last Updated: 16 Aug 2012 04:16 by ADMIN
ADMIN
Stefan
Created on: 16 Aug 2012 04:16
Category: TreeView
Type: Bug Report
1
FIX. RadTreeView - exception when filtering a grid scrolled to the bottom
To reproduce, use the following code. Once the app starts, expand nodes 1, 5,10, 15 and 19. Scroll to the very bottom and filter the tree:
public partial class Form1 : RadForm
    {
        public Form1()
        {
            InitializeComponent();

     
0 comments