This question is locked. New answers and comments are not allowed.
Hello,
I am currently trying to create custom filtering row as based on example in the documentation.
However, while the row displays nicely in designer, it never shows.
I've tracked problem to the grid's Loaded event: inside the handler when I use GetChildrenOfType<GridViewHeaderRow>() it returns nothing. VisualTreeHelper also shows children number as zero. How do I fix it?
Best Regards,
Szymon Wantuch
I am currently trying to create custom filtering row as based on example in the documentation.
However, while the row displays nicely in designer, it never shows.
I've tracked problem to the grid's Loaded event: inside the handler when I use GetChildrenOfType<GridViewHeaderRow>() it returns nothing. VisualTreeHelper also shows children number as zero. How do I fix it?
Best Regards,
Szymon Wantuch