diff --git a/_config.yml b/_config.yml index 5e3577717..8dfee80dd 100644 --- a/_config.yml +++ b/_config.yml @@ -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 @@ -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 @@ -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" @@ -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" diff --git a/controls/editors/dateonlypicker/overview.md b/controls/editors/dateonlypicker/overview.md index a98762445..fb636b0f0 100644 --- a/controls/editors/dateonlypicker/overview.md +++ b/controls/editors/dateonlypicker/overview.md @@ -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 %} diff --git a/controls/editors/timeonlypicker/overview.md b/controls/editors/timeonlypicker/overview.md index 9db5af4f4..b629950bf 100644 --- a/controls/editors/timeonlypicker/overview.md +++ b/controls/editors/timeonlypicker/overview.md @@ -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 %} @@ -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) diff --git a/controls/editors/timepicker/getting-started.md b/controls/editors/timepicker/getting-started.md index ac9b5340f..d24c3499e 100644 --- a/controls/editors/timepicker/getting-started.md +++ b/controls/editors/timepicker/getting-started.md @@ -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: