[]
The FlexGridSearch control allows users to quickly search the items displayed in a FlexGrid
public class FlexGridSearch : Control, IHtmlString, ITemplate
Name | Description |
---|---|
FlexGridSearch(HtmlHelper, string) | Creates one FlexGridSearch instance. |
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. |