ASPxClientGridView.ApplyOnClickRowFilter Method
In This Article
Applies a filter specified in the filter row to the GridView.
#Declaration
TypeScript
ApplyOnClickRowFilter(): void
#Remarks
When the ASPxGridViewBehaviorSettings.FilterRowMode property is set to OnClick, criteria specified in the filter row is applied on an ‘Apply’ button click. In this case, you can use the ApplyOnClickRowFilter method to apply the filter row filter in code.
See Also