Skip to content

Commit 03b9de0

Browse files
committed
chore: bold text with strong tag
1 parent 69eca25 commit 03b9de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/grid-custom-filter-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To achieve the desired behavior, encapsulate the content of the `FilterMenuTempl
152152
@using Microsoft.AspNetCore.Components
153153
@using static Home
154154
155-
<label for="filterOperator"><b>Select Filter Operator for the AutoComplete:</b></label>
155+
<label for="filterOperator"><strong>Select Filter Operator for the AutoComplete:</strong></label>
156156
<TelerikDropDownList Value="@FilterOperator"
157157
ValueChanged="@( (StringFilterOperator newValue) => OnFilterOperatorChanged(newValue) )"
158158
Id="filterOperator"
@@ -163,7 +163,7 @@ To achieve the desired behavior, encapsulate the content of the `FilterMenuTempl
163163
</DropDownListSettings>
164164
</TelerikDropDownList>
165165
166-
<label for="autocomplete"><b>Filter the Grid by Country:</b></label>
166+
<label for="autocomplete"><strong>Filter the Grid by Country:</strong></label>
167167
<TelerikAutoComplete ScrollMode="@DropDownScrollMode.Virtual"
168168
Value="@SelectedCountry"
169169
ValueChanged="@( (string selectedCountry) => HandleSelectedCountryChange(selectedCountry) )"

0 commit comments

Comments
 (0)