Skip to content

Commit ccb1985

Browse files
docs(grid): Update search KB (#1296)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent acce73b commit ccb1985

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

knowledge-base/grid-search-highlight-results.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Format or Bold Grid Search Results
3-
description: How to format, bold or highlight search results from the Grid SearchBox?
2+
title: Highlight, Format or Bold Grid Search Results
3+
description: How to highlight, bold or format search results from the Grid SearchBox?
44
type: how-to
5-
page_title: How to Format or Bold Matching Search Results in the Grid
5+
page_title: How to Highlight, Bold or Format Matching Search Results in the Grid
66
slug: grid-kb-search-highlight-results
77
position:
88
tags: grid, search, gridsearchbox
9-
ticketid: 1568455
9+
ticketid: 1568455, 1593620
1010
res_type: kb
1111
---
1212

@@ -16,15 +16,16 @@ res_type: kb
1616
<tbody>
1717
<tr>
1818
<td>Product</td>
19-
<td>Grid for Blazor, <br /> TreeList for Blazor</td>
19+
<td>Grid for Blazor, <br />
20+
TreeList for Blazor</td>
2021
</tr>
2122
</tbody>
2223
</table>
2324

2425

2526
## Description
2627

27-
I am using the Grid [**SearchBox**]({%slug grid-searchbox%}). How to format the Grid cell values to bold the search keyword? Is there a suitable event to format the search strings in the cells?
28+
I am using the Grid [**SearchBox**]({%slug grid-searchbox%}). How to format the Grid cell values to bold the search keyword? Is there a suitable event to highlight the text, which matches the search string in the cells?
2829

2930
How to highlight matching search results in the Grid cells?
3031

@@ -145,6 +146,7 @@ The following approach is valid for both the Grid and the TreeList.
145146
}
146147
````
147148

149+
148150
## See Also
149151

150152
* [Search the Grid in Numeric and Date Model Fields]({%slug grid-kb-search-numeric-fields%})

0 commit comments

Comments
 (0)