VerticalGridDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult Method
| Name | Parameters | Description |
|---|---|---|
| GetTextWithHighlightedSearchFilterResult() | none | Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match. |
| GetTextWithHighlightedSearchFilterResult(Int32) | maxLength | Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match. |
| GetTextWithHighlightedSearchFilterResult(String, String, Boolean, Int32) | sourceText, fieldName, isSourceTextEncoded, maxLength | Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match. |