|
|
|
|
This demo demonstrates a stand-alone emulation of the ASPxGridView’s built-in Filter Control, which can also be used to create complex criteria.
In this demo, to apply the filter, click the 'Apply' button. This calls the Filter Control's Apply() method. When applied, the Filter Control's Applied client-side event is handled to filter the ASPxGridView's data.
End-User Capabilities:
Add/Remove Conditions
To create and customize filter criteria, use the
and
buttons.
Change a Column in a Filter Condition
To change a condition's column, invoke the column list and choose the required column.
Change an Operator in a Filter Condition
To change a condition's operator, invoke the operator list and choose the required operator.
Edit a Condition's Value
To edit a condition's value, click the operand value and type text. To discard changes to the value and close the active edit box, press ESC.
|
|
|
|
|