Skip to content

Commit 2324eb7

Browse files
committed
docs(daterangepicker): fix minor issues
1 parent 473c8af commit 2324eb7

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

controls/daterangepicker/accessibility-and-internationalization/specifying-a-culture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can assign the culture of a **RadDateRangePicker** control declaratively in
4747
ID="RadDateRangePicker1"
4848
runat="server"
4949
Culture = "French (France)">
50-
</telerik:RadDatePicker>
50+
</telerik:RadDateRangePicker>
5151
````
5252

5353
## Assigning the culture in the code-behind

controls/daterangepicker/functionality/customizing-embedded-controls.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ Check out the sample below:
6666
</EndDatePicker>
6767
</telerik:RadDateRangePicker>
6868
````
69+
````CSS
70+
html body .RadDateRangePicker .startPopupCustomIcon:before {
71+
font-family: "Font Awesome 5 Free";
72+
content: "\f274";
73+
}
74+
````
75+
76+
>note In the sample above, the DatePopUpButton contains a third-party font icon that requires a reference to an external library. Find out how to replace the embedded font icons of Telerik controls with external ones in the [4 Ways to Embed Font Awesome in Telerik UI for ASP.NET AJAX Controls](https://www.telerik.com/blogs/4-ways-embed-font-awesome-telerik-ui-for-asp-dotnet-ajax) blog post.
77+
6978

7079

7180
# See Also

controls/daterangepicker/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For the intuitive behavior of a simply declared RadDateRangePicker, we have chan
5656
| `ShowPopupOnFocus` | True | False |
5757

5858
>note
59-
For the proper funtioning of the RadDateRangePicker, some features of the embedded Calendar and DatePickers are disabled.
59+
For the proper functioning of the RadDateRangePicker, some features of the embedded Calendar and DatePickers are disabled.
6060

6161
## Add a RadDateRangePicker Control
6262

controls/daterangepicker/how-to/radgrid-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to integrate the RadDateRangePicker in RadGrid control
33
page_title: How to integrate the RadDateRangePicker in RadGrid control
44
description: Check our Web Forms article about How to integrate the RadDateRangePicker in RadGrid control.
55
slug: daterangepicker/how-to/radgrid-integration
6-
tags: how,to,integrate,radbreadcrumb,breadcrumb,fontawesome,icons
6+
tags: daterangepicker,radgrid
77
published: True
88
position: 0
99
---
Loading

0 commit comments

Comments
 (0)