XamGrid has tons of features to make it easier for you to show and manipulate your data. It provides two different UI patterns for filtering - FilterRow and Excel-like Filter Menu. But what if these two do not fit your needs?
In this post I'll show you how I created a custom Filtering UI.
You can find the code at the end of the post.
Since the whole implementation is hundreds of line, I won't be able to guide you…