We have activated the FilterBar for our GridDataControl. The GDC contains Child-Grids.
When we enter a filter and than press the cler filter button in the bottom line, two things happen:
- The complete grid collapses
- SortColumnsChanging events which have been added to the table of the child grid are no longer there?
How can I prevent all this from happening, all I want is reset the filter.
I couldn't even find an event which fires, when the reset happens. I tried all Loaded, Unloaded, Changed and similar events I could find on the Grid, the Model and the Child's model.
Please help on this topic.