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
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ navigation:
title: Customizing Appearance
position: 9
controls/editors/dateonlypicker:
title: DateOnlyPicker(.NET Only)
title: DateOnlyPicker (.NET Only)
position: 11
controls/editors/dateonlypicker/features/internationalization:
title: Internationalization
Expand All @@ -634,7 +634,7 @@ navigation:
title: Customzing Appearance
position: 10
controls/editors/timeonlypicker:
title: TimeOnlyPicker(.NET Only)
title: TimeOnlyPicker (.NET Only)
position: 12
controls/editors/timeonlypicker/customizing-appearance:
title: Customzing Appearance
Expand Down Expand Up @@ -1888,7 +1888,7 @@ intro_columns:
"CheckedDropDownList": "winforms/dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist"
"Clock": "winforms/clock"
"ColorBox": "winforms/editors/colorbox"
"DateOnlyPicker": "editors-dateonlypicker-overview"
"DateOnlyPicker (.NET Only)": "editors-dateonlypicker-overview"
"DateTimePicker": "winforms/editors/datetimepicker"
"DomainUpDown": "winforms/editors/domainupdown/overview"
"DropDownList": "winforms/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist"
Expand All @@ -1899,7 +1899,7 @@ intro_columns:
"SpinEditor": "winforms/editors/spineditor"
"Spreadsheet": "radspreadsheet-overview"
"TextBox": "winforms/editors/textbox"
"TimeOnlyPicker": "editors-timeonlypicker-overview"
"TimeOnlyPicker (.NET Only)": "editors-timeonlypicker-overview"
"TimePicker": "winforms/editors/timepicker"
"TimeSpanPicker": "radtimespanpicker-overview"
"SyntaxEditor": "syntax-editor-overview"
Expand Down
4 changes: 2 additions & 2 deletions controls/editors/dateonlypicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ position: 0
CTAControlName: DateOnlyPicker
---

# WinForms DateOnlyPicker Net Core Overview
# WinForms DateOnlyPicker Overview


__RadDateOnlyPicker__ control for WinForms in .NET Core (or .NET 6/7/8 etc.) would serve as a specialized date picker that exclusively deals with __DateOnly__ objects instead of DateTime. In .NET, __DateOnly__ is a new struct introduced to represent dates without time, which is especially useful in applications like scheduling, reporting, or any scenario where only the date is relevant.
__RadDateOnlyPicker__ control for WinForms in .NET (.NET 6/7/8/9 and later) would serve as a specialized date picker that exclusively deals with __DateOnly__ objects instead of DateTime. In .NET, __DateOnly__ is a new struct introduced to represent dates without time, which is especially useful in applications like scheduling, reporting, or any scenario where only the date is relevant.

{% if site.has_cta_panels == true %}
{% include cta-panel-overview.html %}
Expand Down
3 changes: 2 additions & 1 deletion controls/editors/timeonlypicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CTAControlName: TimeOnlyPicker

# WinForms TimeOnlyPicker Overview

The __RadTimeOnlyPicker__ control, designed specifically for handling __TimeOnly__ values in .NET Core, enables users to enter or select time values easily. It features an editable area for direct time entry and a dropdown with a __RadClock__ for hour and minute selection, supporting null values, 12- and 24-hour formats based on culture settings, and customizable formatting. This makes it ideal for applications that require precise time management without date components.
The __RadTimeOnlyPicker__ control, designed specifically for handling __TimeOnly__ values in .NET (.NET 6/7/8/9 and later), enables users to enter or select __TimeOnly__ values easily. It features an editable area for direct time entry and a dropdown with a __RadClock__ for hour and minute selection, supporting null values, 12- and 24-hour formats based on culture settings, and customizable formatting. This makes it ideal for applications that require precise time management without date components.

{% if site.has_cta_panels == true %}
{% include cta-panel-overview.html %}
Expand All @@ -27,6 +27,7 @@ The __RadTimeOnlyPicker__ control, designed specifically for handling __TimeOnly


## Telerik UI for WinForms Learning Resources
* [Get Started with the Telerik UI for WinForms TimeOnlyPicker]({%slug editors-timeonlypicker-getting-started%})
* [Telerik UI for WinForms API Reference](https://docs.telerik.com/devtools/winforms/api/)
* [Getting Started with Telerik UI for WinForms Components]({%slug winforms/getting-started/first-steps%})
* [Telerik UI for WinForms Virtual Classroom (Training Courses for Registered Users)](https://learn.telerik.com/learn/course/external/view/elearning/17/TelerikUIforWinForms)
Expand Down
2 changes: 0 additions & 2 deletions controls/editors/timepicker/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ This tutorial will demonstrate how to get started with __RadTimePicker__ control

* Set the __ClockPosition__ property to *ClockAboveTables* to display the clock on the top of the popup.

* Set the __CloseButtonText__ to some string – *“Close window”*

* If needed you can set the __NullText__ property this is the text which will be displayed in the control value is *null*

Here is how the control will look like, after the modifications:
Expand Down