Gets or sets value indicating whether filtering will be performed right now once a filter operator is selected.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_filterOnSelect();
function set_filterOnSelect(value);

Field Value

The default value is true.

See Also