Sunday, June 05, 2011

XamGrid - Implementing Custom Column Filtering UI

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 see the final result on the screenshot below:

ColumnSearchBox.png

Read more: Infragistics