It's possible to implement a Filter Panel for the ASPxGridView control in the same manner as the XtraGrid's Find Panel is implemented. The main idea is to create a template, and build and apply the ASPxGridView.FilterExpression expression in the ASPxGridView.CustomCallback event handler.
↧