This example illustrates how to create a custom grid to customize the mechanism of filtering data via the auto filter row. For this, the GridView.CreateAutoFilterCriterion methodis overridden.
This example demonstrates how to filter DateTime values in columns via the auto filter row by using the additional "<", ">", ">=" and "<=" filter operands.
Question Comments
Added By: Wieland Voß at: 9/29/2014 3:43:53 AM
As far as i understand, this example doesn't fit for a web application. Can you please provide a corresponding example for a xaf web application?
Added By: Alexey Z (DevExpress Support) at: 9/29/2014 5:13:37 AM Hello,In order not to mix several questions within one thread, I will extract your question to a new ticket. Let us continue our discussion there How to implement your own logic for filtering data in an auto filter row. XAF web application.