Skip to content

Commit 43fe166

Browse files
chore(grid,datePicker): SEO
1 parent 04334aa commit 43fe166

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

components/datepicker/overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ published: True
88
position: 0
99
---
1010

11-
# Date Picker Overview
11+
# Blazor Date Picker Component Overview
1212

1313
The Date Picker component allows the user to choose a date from a visual list ([calendar]({%slug components/calendar/overview%})) or to type it into a [date input]({%slug components/dateinput/overview%}) that can accept only dates. You can control the format shown in the input, how the user navigates through the calendar, and dates the user cannot select.
1414

@@ -31,15 +31,16 @@ The selected date is: @datePickerValue.ToShortDateString()
3131
}
3232
````
3333

34-
![](images/datepicker-first-look.png)
34+
![Blazor Date Picker App Example](images/datepicker-first-look.png)
3535

36+
## Features
3637

37-
The Date Picker component exposes the following features:
38+
The Blazor Date Picker component exposes the following features:
3839

3940
* `BottomView` - Defines the bottommost view in the popup calendar to which the user can navigate to. Defaults to `CalendarView.Month`.
4041
* `DisabledDates` - Specifies a list of dates that can not be selected.
4142
* `Enabled` - Specifies whether typing in the input is allowed.
42-
* `Format` - Specifies the format of the DateInput of the DatePicker. Read more in the [Supported Formats]({%slug components/dateinput/supported-formats%}) article.
43+
* `Format` - Specifies the format of the DateInput of the DatePicker. [Read more about supported data formats in Telerik DateInput for Blazor UI]({%slug components/dateinput/supported-formats%}) article.
4344
* `PopupHeight` - Defines the height of the DatePicker's Popup. Defaults to `auto`.
4445
* `PopupWidth` - Defines the width of the DatePicker's Popup. Defaults to `auto`.
4546
* `Value` - The current value of the input. Can be used for binding.

components/grid/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Overview
33
page_title: Grid for Blazor Overview
44
description: Overview of the Grid for Blazor
55
slug: components/grid/overview
6-
tags: telerik,blazor,grid,overview
6+
tags: telerik,blazor,grid,datagrid,overview
77
published: True
88
position: 0
99
---
1010

11-
# Grid Overview
11+
# Blazor Grid Component Overview
1212

13-
This article provides basic information about the Grid component.
13+
This article provides basic information about the Blazor Grid component.
1414

1515
To create a basic Telerik Grid:
1616

@@ -56,10 +56,10 @@ General grid with its most common features
5656

5757
>caption The result from the code snippet above
5858
59-
![](images/basic-grid.png)
59+
![Blazor DataGrid Component Example](images/basic-grid.png)
6060

6161

62-
## Reference
62+
## Blazor Grid Reference
6363

6464
The grid is a generic component, and to store a reference, you must use the model type that you pass to its `Data` when declaring the variable.
6565

@@ -122,7 +122,7 @@ The grid can sort data automatically. You can read more about this feature in th
122122

123123
## Filtering
124124

125-
The grid can filter data automatically. You can read more about thsi feature in the [Filtering]({%slug components/grid/filtering%}) article.
125+
The grid can filter data automatically. You can read more about this feature in the [Filtering]({%slug components/grid/filtering%}) article.
126126

127127
## Grouping
128128

@@ -217,7 +217,7 @@ original:
217217

218218
>caption The result from the reduced font size is a reduction in the overall size of the grid elements
219219
220-
![](images/grid-reduced-font-size.png)
220+
![Blazor Grid Component Reduced Font Size Example](images/grid-reduced-font-size.png)
221221

222222
## See Also
223223

0 commit comments

Comments
 (0)