Filter Control
The DevExpress ASP.NET Filter Control was specifically designed to retrieve data using complex filter conditions. It does not require any SQL syntax and doesn't have any limitations regarding filter condition complexity. To make filtering even easier for end-users, this control automatically suggests conditions and possible filter values for each individual field.

The ASPxFilterControl has an ability to generate database system specific filter expressions. The obtained filter expression can be validated for completeness on the server and client sides.
|