You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/grid-search-highlight-results.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
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?
4
4
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
6
6
slug: grid-kb-search-highlight-results
7
7
position:
8
8
tags: grid, search, gridsearchbox
9
-
ticketid: 1568455
9
+
ticketid: 1568455, 1593620
10
10
res_type: kb
11
11
---
12
12
@@ -16,15 +16,16 @@ res_type: kb
16
16
<tbody>
17
17
<tr>
18
18
<td>Product</td>
19
-
<td>Grid for Blazor, <br /> TreeList for Blazor</td>
19
+
<td>Grid for Blazor, <br />
20
+
TreeList for Blazor</td>
20
21
</tr>
21
22
</tbody>
22
23
</table>
23
24
24
25
25
26
## Description
26
27
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?
28
29
29
30
How to highlight matching search results in the Grid cells?
30
31
@@ -145,6 +146,7 @@ The following approach is valid for both the Grid and the TreeList.
145
146
}
146
147
````
147
148
149
+
148
150
## See Also
149
151
150
152
*[Search the Grid in Numeric and Date Model Fields]({%slug grid-kb-search-numeric-fields%})
0 commit comments