Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/chart/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ position: 0

# Blazor Chart Overview

The <a href="https://www.telerik.com/blazor-ui/chart" target="_blank">Blazor Chart component</a> allows you to visualize data to your users in a meaningful way so they can draw conclusions. You can use a variety of graph types and control all aspects of the component's appearance - from colors and fonts, to paddings, margins and templates.
The <a href="https://demos.telerik.com/blazor-ui/chart/overview" target="_blank">Blazor Charts</a> components enables you to present data in a visually meaningful way, helping users draw insights effectively. It offers a wide range of graph types and provides full control over its appearance, including colors, fonts, paddings, margins, and templates.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

component enables you


## Creating Blazor Chart

Expand Down
8 changes: 4 additions & 4 deletions components/datetimepicker/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview
page_title: Date-Time Picker Overview
description: Overview of the DateTime Picker for Blazor.
description: Blazor DateTime Picker lets users select dates and times through an interactive UI, enhancing forms and scheduling.
slug: components/datetimepicker/overview
tags: telerik,blazor,datetime,picker,datetimepicker,overview
published: True
Expand All @@ -10,7 +10,7 @@ position: 0

# Blazor DateTime Picker Overview

The <a href="https://www.telerik.com/blazor-ui/datetimepicker" target="_blank">Blazor DateTime Picker component</a> allows the user to choose both a date and a time from a visual list in a dropdown, or to type it into a [date input](slug:components/dateinput/overview) that can accept only DateTime values. You can control the date and time format of the input, and respond to [events](slug:components/datetimepicker/events ).
The Blazor DateTime Picker component allows the user to choose both a date and a time from a visual list in a dropdown, or to type it into a [date input](slug:components/dateinput/overview) that can accept only DateTime values. You can control the date and time format of the input, and respond to [events](slug:components/datetimepicker/events ).

## Creating Blazor DateTimePicker

Expand Down Expand Up @@ -64,7 +64,7 @@ The time format specifiers in the `Format` control the tumblers available in the

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## DateTime Picker Parameters
## Blazor DateTime Picker Parameters

The Blazor Date Time Picker provides various parameters that allow you to configure the component. Also check the [DateTimePicker's public API](slug:Telerik.Blazor.Components.TelerikDateTimePicker-1).

Expand Down Expand Up @@ -106,7 +106,7 @@ You can find more options for customizing the DateTimePicker styling in the [App

@[template](/_contentTemplates/date-inputs/general.md#format-placeholder)

## DateTimePicker Reference and Methods
## Blazor DateTimePicker Reference and Methods

Add a reference to the component instance to use the [Date Time Picker's methods](slug:Telerik.Blazor.Components.TelerikDateTimePicker-1).

Expand Down
Loading