Hi,
how can I use the FilterPopUp if I set ShowColumnHeaders="false"?
I have a seperate filter icon which call this code behind:
MyGridView.ChildrenOfType<FilteringDropDown>().First().IsDropDownOpen =
true
;
With ShowColumnHeaders="true" I can open the FilterPopUp by clicking my icon or the build in filter icon. If I set ShowColumnHeaders="false" I'll get a System.InvalidOperationException: 'Sequence contains no elements' exception.