File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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) )"
You can’t perform that action at this time.
0 commit comments