[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridSearch

FlexGridSearch Class

The FlexGridSearch control allows users to quickly search the items displayed in a FlexGrid

Inheritance
FlexGridSearch
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexGridSearch : Control, IHtmlString, ITemplate

Constructors

Name Description
FlexGridSearch(HtmlHelper, string)

Creates one FlexGridSearch instance.

Properties

Name Description
CssMatch

Gets or sets the name of the CSS class used to highlight any parts of the content that match the search terms.

Delay

Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed.

Grid

Gets or sets the FlexGrid that is connected to this FlexGridSearch.

Placeholder

Gets or sets the string shown as a hint when the control is empty.

SearchAllColumns

Gets or sets a value that determines whether invisible columns should be included in the search.

Text

Gets or sets the text to search for. The text may include multiple terms, separated by spaces.

Extension Methods