Completed
Last Updated: 05 Jun 2014 07:08 by Jesse Dyck
Svetlin
Created on: 09 Jan 2013 01:16
Category: GridView
Type: Bug Report
2
FIX. Custom filtering does not work when self-referencing hierarchy used in RadGridView.
Custom filtering does not work when self-referencing hierarchy used in RadGridView.

Work around:

GridView.EnableFiltering = !GridView.EnableFiltering;
GridView.EnableFiltering = !GridView.EnableFiltering;
1 comment
Jesse Dyck
Posted on: 09 Jan 2013 06:55
I believe this may be an issue further than just custom filtering - I have experienced this same issue without custom filtering enabled with a hierachical RadGridView.