Skip to content

Commit ce601d8

Browse files
983104: updated
1 parent 587bbc5 commit ce601d8

11 files changed

+14
-14
lines changed

blazor/datepicker/date-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Date Format in Blazor DatePicker Component | Syncfusion
4-
description: Learn how to control display and input date formats in the Syncfusion Blazor DatePicker using .NET standard and custom format strings with culture-aware parsing.
4+
description: Checkout and learn here all about Date Format in Syncfusion Blazor DatePicker component and much more.
55
platform: Blazor
66
control: DatePicker
77
documentation: ug

blazor/datepicker/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with Syncfusion Blazor DatePicker Component in Web App
4-
description: Learn how to add and configure the Syncfusion Blazor DatePicker in a Blazor Web App, including NuGet setup, render modes, interactivity, namespaces, and basic usage.
4+
description: Checkout and learn about the documentation for getting started with Blazor DatePicker Component in Blazor Web App.
55
platform: Blazor
66
component: DatePicker
77
documentation: ug

blazor/datepicker/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with Blazor DatePicker Component | Syncfusion
4-
description: Learn how to get started with the Syncfusion Blazor DatePicker in a Blazor WebAssembly app, including NuGet installation, service registration, and adding styles and scripts.
4+
description: Checkout and learn about getting started with Blazor DatePicker component in Blazor WebAssembly Application.
55
platform: Blazor
66
control: DatePicker
77
documentation: ug
@@ -140,7 +140,7 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
140140
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
141141
</head>
142142
```
143-
N> See [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) for available themes and reference methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)). For script options, see [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references). If styles or scripts are missing, the component may appear unstyled or may not function as expected.
143+
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in your Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
144144

145145
## Add Blazor DatePicker component
146146

blazor/datepicker/how-to/open-datepicker-popup-on-input-click.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Open the Blazor DatePicker popup on Focus | Syncfusion
4-
description: Learn how to open the Syncfusion Blazor DatePicker popup when the input receives focus using the Focus event with ShowPopupAsync or the built-in OpenOnFocus property.
4+
description: Learn here all about opening the Syncfusion Blazor DatePicker popup upon focusing input and much more.
55
platform: Blazor
66
control: DatePicker
77
documentation: ug

blazor/datepicker/style-appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Style and Appearance in Blazor DatePicker Component | Syncfusion
4-
description: Learn how to customize the style and appearance of the Syncfusion Blazor DatePicker using CSS, including container, icon, label, background color, and mobile full-screen.
4+
description: Checkout and learn here all about Style and appearance in Syncfusion Blazor DatePicker component and more.
55
platform: Blazor
66
control: DatePicker
77
documentation: ug

blazor/datepicker/week-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Week Numbers in Blazor DatePicker Component | Syncfusion
4-
description: Learn how to display and configure week numbers in the Syncfusion Blazor DatePicker, including the WeekNumber property and WeekRule options for defining the first week of the year.
4+
description: Checkout and learn here all about Week Numbers in Syncfusion Blazor DatePicker component and more details.
55
platform: Blazor
66
control: DatePicker
77
documentation: ug

blazor/daterangepicker/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Accessibility in Blazor DateRangePicker Component | Syncfusion
4-
description: Learn about accessibility in the Syncfusion Blazor DateRangePicker, including WCAG/Section 508 compliance, WAI-ARIA roles and attributes, keyboard navigation, and screen reader support.
4+
description: Checkout and learn here all about Accessibility in Syncfusion Blazor DateRangePicker component and more.
55
platform: Blazor
66
control: DateRangePicker
77
documentation: ug

blazor/daterangepicker/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Data Binding in Blazor DateRangePicker Component | Syncfusion
4-
description: Learn how to bind values to the Syncfusion Blazor DateRangePicker using one-way binding, two-way binding with @bind-StartDate/@bind-EndDate, and dynamic updates.
4+
description: Checkout and learn here all about Data Binding in Syncfusion Blazor DateRangePicker component and more.
55
platform: Blazor
66
control: DateRangePicker
77
documentation: ug

blazor/daterangepicker/getting-started-with-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with Syncfusion Blazor DateRangePicker in Web App
4-
description: Learn how to add and configure the Syncfusion Blazor DateRangePicker in a Blazor Web App, including NuGet setup, render modes, interactivity, namespaces, and basic usage.
4+
description: Checkout and learn about the documentation for getting started with Blazor DateRangePicker Component in Blazor Web App.
55
platform: Blazor
66
component: DateRangePicker
77
documentation: ug
@@ -191,7 +191,7 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
191191
</body>
192192
```
193193

194-
N> See [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) for different ways to reference themes ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)). For script reference options, see [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references). If styles or scripts are missing, the component may appear unstyled or may not function as expected.
194+
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in your Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
195195

196196
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DateRangePicker component
197197

blazor/daterangepicker/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with Blazor DateRangePicker Component | Syncfusion
4-
description: Learn how to get started with the Syncfusion Blazor DateRangePicker in a Blazor WebAssembly app, including NuGet installation, service registration, and adding styles and scripts.
4+
description: Checkout and learn about getting started with Blazor DateRangePicker component in Blazor WebAssembly Application.
55
platform: Blazor
66
control: DateRangePicker
77
documentation: ug
@@ -138,7 +138,7 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
138138
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
139139
</head>
140140
```
141-
N> See [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) for available themes and reference methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)). For script options, see [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references). If styles or scripts are missing, the component may appear unstyled or may not function as expected.
141+
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in your Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
142142

143143
## Add Blazor DateRangePicker component
144144

0 commit comments

Comments
 (0)