[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridSearchBuilder

FlexGridSearchBuilder Class

Defines a builder to configurate FlexGridSearch.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexGridSearchBuilder : ControlBuilder<FlexGridSearch, FlexGridSearchBuilder>, IHtmlString

Constructors

Name Description
FlexGridSearchBuilder(FlexGridSearch)

Creates one FlexGridSearchBuilder instance to configurate component.

Methods

Name Description
CssMatch(string)

Configurates CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms.

Delay(int)

Configurates Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed.

Grid(string)

Configurates Grid. Sets the FlexGrid that is connected to this FlexGridSearch.

Placeholder(string)

Configurates Placeholder. Sets the string shown as a hint when the control is empty.

SearchAllColumns(bool)

Configurates SearchAllColumns. Sets a value that determines whether invisible columns should be included in the search.

Text(string)

Configurates Text. Sets the text to search for. The text may include multiple terms, separated by spaces.

Extension Methods