From 35bedf6ba81bd1d8b05b10a1fc810ce7b9d23f55 Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Wed, 24 Sep 2025 16:44:03 +0300 Subject: [PATCH] Fix SEO errors --- controls/breadcrumb/data-binding.md | 2 +- controls/breadcrumb/properties-methods-events.md | 2 +- controls/cardview/features/grouping.md | 2 +- controls/chartview/structure.md | 6 +++--- controls/file-dialogs/features/environment-variables.md | 4 ++-- .../gridview/features/exporting-data/spreadstream-export.md | 2 +- .../load-on-demand-self-referencing-hierarchy.md | 2 +- controls/gridview/visual-elements/rows/resizing-rows.md | 2 +- .../panels-and-labels/collapsiblepanel/getting-started.md | 1 - controls/pdfviewer/features/text/text-position.md | 2 +- .../simplified-mode/customizing-simplified-layout.md | 2 +- controls/ribbonbar/simplified-mode/simplified-mode.md | 2 +- controls/richtexteditor/features/spellcheck.md | 2 +- controls/shortcuts/getting-started-(radbuttons).md | 1 - controls/shortcuts/getting-started-(radmenuitems).md | 1 - controls/slideview/template-element.md | 2 +- controls/syntax-editor/localization.md | 2 +- controls/treeview/working-with-nodes/scrolling-nodes.md | 2 +- controls/validation-provider/getting-started.md | 2 +- core/core-project-and-document-processing-library.md | 2 +- core/core-toolbox-version.md | 2 +- core/deploy-application.md | 2 +- .../redistributing-telerik-ui-for-winforms.md | 2 +- ...k-all-in-the-header-cell-for-a-gridviewcheckboxcolumn.md | 6 +++--- knowledge-base/add-vertical-separator-radmenu-winforms.md | 3 +-- knowledge-base/calendar-hide-month-days.md | 2 +- knowledge-base/chartview-reduce-space-around.md | 3 +-- knowledge-base/checkeddropdownlist-enlarge-checkboxes.md | 5 ++--- knowledge-base/command-injection-cve-2024-7679.md | 2 +- knowledge-base/contextmenu-remove-icon-column.md | 3 +-- knowledge-base/dock-toolwindows-taskbar-winforms.md | 2 +- knowledge-base/form-titlebar-align-text-winforms.md | 2 +- knowledge-base/ganttview-disable-resizing.md | 4 ++-- .../gridview-combobox-popup-width-longest-text.md | 3 +-- knowledge-base/gridview-custom-filter-multiple-values.md | 2 +- .../gridview-generating-barcode-image-non-winforms.md | 5 +++-- knowledge-base/hide-add-to-dictionary-context-menu-item.md | 6 +++--- knowledge-base/host-blazor-in-winforms.md | 2 -- ...to-access-selected-hierarchy-row-radgridview-winforms.md | 3 +-- ...ormatetc-structure-when-copying-data-from-radgridview.md | 2 +- knowledge-base/kb-security-path-traversal-cve-2025-0332.md | 2 +- knowledge-base/net-core-designer-error.md | 3 +-- knowledge-base/pdfviewer-adjust-scroll-speed.md | 1 - knowledge-base/pdfviewer-disable-contextmenu.md | 4 ++-- .../prevent-column-drag-over-pinned-radgridview-winforms.md | 2 +- .../printing-radgridview-via-telerik-reporting.md | 4 ++-- knowledge-base/richtexteditor-custom-page-size.md | 2 +- .../scheduler-customize-appointmentelement-text.md | 6 +++--- knowledge-base/scrollablepanel-prevent-scrollbars-moving.md | 4 ++-- ...adsheet-convert-floatingchartshape-to-bitmap-winforms.md | 5 ++--- knowledge-base/spreadsheet-export-floatingimage.md | 4 ++-- knowledge-base/textboxcontrol-autocomplete-contains.md | 2 +- knowledge-base/treeview-capture-tab-keypress-kb.md | 3 ++- .../treeview-drag-drop-preserve-multiselection.md | 5 +++-- knowledge-base/unsafe-deserialization-cve-2024-10013.md | 2 +- .../elements/use-control-inside-an-element.md | 2 +- .../focus-border-and-ripple-animations.md | 2 +- telerik-presentation-framework/shadows.md | 2 +- testing/just-mock/jm-tutorial.md | 4 ++-- .../create-a-test-manually/write-a-test-script.md | 2 +- 60 files changed, 77 insertions(+), 88 deletions(-) diff --git a/controls/breadcrumb/data-binding.md b/controls/breadcrumb/data-binding.md index f1adea6a7..2e310ba43 100644 --- a/controls/breadcrumb/data-binding.md +++ b/controls/breadcrumb/data-binding.md @@ -1,7 +1,7 @@ --- title: Data Binding page_title: Data Binding - RadBreadCrumb -description: +description: Bind data to the Telerik BreadCrumb control in WinForms to create dynamic navigation paths and improve user navigation in your applications. slug: breadcrumb-data-binding tags: breadcrumb published: True diff --git a/controls/breadcrumb/properties-methods-events.md b/controls/breadcrumb/properties-methods-events.md index d63cd8282..0ac28e54d 100644 --- a/controls/breadcrumb/properties-methods-events.md +++ b/controls/breadcrumb/properties-methods-events.md @@ -1,7 +1,7 @@ --- title: Properties, Methods and Events page_title: Properties, Methods and Events - RadBreadCrumb -description: +description: Explore the properties, methods, and events of the Telerik Breadcrumb control for WinForms to customize and extend navigation. slug: breadcrumb-properties-methods-events tags: breadcrumb published: True diff --git a/controls/cardview/features/grouping.md b/controls/cardview/features/grouping.md index df7aecd85..4b12bb3d3 100644 --- a/controls/cardview/features/grouping.md +++ b/controls/cardview/features/grouping.md @@ -10,7 +10,7 @@ position: 1 # Grouping -__RadCardView__ allows grouping of its __CardViewItems__ and it can be enabled by using the __EnableGrouping__ property of the control. An example with custom grouping is demonstrated in the __Populating Data Programmatically__ section of the [Unbound Mode](%slug winforms/cardview/populating-with-data/unbound-mode%) article. +__RadCardView__ allows grouping of its __CardViewItems__ and it can be enabled by using the __EnableGrouping__ property of the control. An example with custom grouping is demonstrated in the __Populating Data Programmatically__ section of the [Unbound Mode]({%slug winforms/cardview/populating-with-data/unbound-mode%}) article. #### Enable Grouping diff --git a/controls/chartview/structure.md b/controls/chartview/structure.md index 5c418a09b..22d82fd13 100644 --- a/controls/chartview/structure.md +++ b/controls/chartview/structure.md @@ -23,7 +23,7 @@ This article describes the inner structure and organization of the elements whic ## Cartesian Area -The featured example illustrates the hierarchy defined by two [BarSeries](%slug winforms/chartview-/series-types/bar%}) added to __RadChartView__. +The featured example illustrates the hierarchy defined by two [BarSeries]({%slug winforms/chartview-/series-types/bar%}) added to __RadChartView__. >caption Figure 1: RadChartView`s Element Hierarchy ![WinForms RadChartView Element Hierarchy Cartesian Area](images/radchartview-structure001.png) @@ -42,7 +42,7 @@ The featured example illustrates the hierarchy defined by two [BarSeries](%slug ## Polar Area -The featured example illustrates the hierarchy defined by one [RadarSeries](%slug winforms/chartview-/series-types/radar%}) added to __RadChartView__. +The featured example illustrates the hierarchy defined by one [RadarSeries]({%slug winforms/chartview-/series-types/radar%}) added to __RadChartView__. >caption Figure 3: RadChartView`s Element Hierarchy ![WinForms RadChartView Element Hierarchy Polar Area](images/radchartview-structure003.png) @@ -59,7 +59,7 @@ The featured example illustrates the hierarchy defined by one [RadarSeries](%slu ## Pie Area -The featured example illustrates the hierarchy defined by three [PieSeries](%slug winforms/chartview-/series-types/pie%}) added to __RadChartView__. +The featured example illustrates the hierarchy defined by three [PieSeries]({%slug winforms/chartview-/series-types/pie%}) added to __RadChartView__. >caption Figure 5: RadChartView`s Element Hierarchy ![WinForms RadChartView Pie Area Element Hierarchy](images/radchartview-structure005.png) diff --git a/controls/file-dialogs/features/environment-variables.md b/controls/file-dialogs/features/environment-variables.md index 265428541..70123b1c0 100644 --- a/controls/file-dialogs/features/environment-variables.md +++ b/controls/file-dialogs/features/environment-variables.md @@ -1,7 +1,7 @@ --- title: Environment Variables page_title: Environment Variables - File Dialogs -description: +description: Enable environment variables in Telerik FileDialogs for WinForms to simplify file navigation and improve user workflows. slug: file-dialogs-environment-variables tags: filedialogs published: True @@ -54,7 +54,7 @@ Depending on whether the environment variable points to a folder or a file, the * **USERNAME**: It is possible to include an environment variable in the middle of a file path. "C:\Users\%USERNAME%\", followed by a valid path is a supported scenario. -* **userdomain**: When typing this environment variable and hitting enter, an **InvalidOperationException** will be thrown and the [ExceptionRaised](%slug winforms/file-dialogs/features/error-handling%) event will be raised, since this environment variable does not point to a file or folder. +* **userdomain**: When typing this environment variable and hitting enter, an **InvalidOperationException** will be thrown and the [ExceptionRaised]({%slug winforms/file-dialogs/features/error-handling%}) event will be raised, since this environment variable does not point to a file or folder. The examples above assume that the default paths of the listed system environment variables have not been changed. diff --git a/controls/gridview/features/exporting-data/spreadstream-export.md b/controls/gridview/features/exporting-data/spreadstream-export.md index 3590f36eb..1db569c25 100644 --- a/controls/gridview/features/exporting-data/spreadstream-export.md +++ b/controls/gridview/features/exporting-data/spreadstream-export.md @@ -29,7 +29,7 @@ The __GridViewSpreadStreamExport__ uses the [__RadSpreadStreamProcessing__](http # Exporting -To use the spread export functionality create an instance of the __GridViewSpreadStreamExport__ object. Pass as a parameter the __RadGridView__ instance to export. Afterward, the __RunExport__ method will trigger the export process. The latter method accepts as a parameter the filename of the file to be exported and a [SpreadStreamExportRenderer](%slug winforms/telerik-presentation-framework/export-renderers/spreadstreamexportrenderer%) instance. +To use the spread export functionality create an instance of the __GridViewSpreadStreamExport__ object. Pass as a parameter the __RadGridView__ instance to export. Afterward, the __RunExport__ method will trigger the export process. The latter method accepts as a parameter the filename of the file to be exported and a [SpreadStreamExportRenderer]({%slug winforms/telerik-presentation-framework/export-renderers/spreadstreamexportrenderer%}) instance. #### Exporting the grid. diff --git a/controls/gridview/hierarchical-grid/load-on-demand-self-referencing-hierarchy.md b/controls/gridview/hierarchical-grid/load-on-demand-self-referencing-hierarchy.md index 0f88fe36d..23ffadbe4 100644 --- a/controls/gridview/hierarchical-grid/load-on-demand-self-referencing-hierarchy.md +++ b/controls/gridview/hierarchical-grid/load-on-demand-self-referencing-hierarchy.md @@ -16,7 +16,7 @@ RadGridView currently offers Load On Demand feature in hierarchy mode. Fetching ### Self Reference -The self-reference mode allows to build a hierarchy using a flat collection of objects, by defining a relation. In self-reference hierarchy the RadGridView needs all the data and based on the primary and foreign keys, it builds up the hierarchy levels. More information about the Self Reference Hierarchy is available [here](%slug winforms/gridview/hierarchical-grid/self-referencing-hierarchy). +The self-reference mode allows to build a hierarchy using a flat collection of objects, by defining a relation. In self-reference hierarchy the RadGridView needs all the data and based on the primary and foreign keys, it builds up the hierarchy levels. More information about the Self Reference Hierarchy is available [here]({%slug winforms/gridview/hierarchical-grid/self-referencing-hierarchy%}). ## Load on Demand in Self-Reference Hierarchy diff --git a/controls/gridview/visual-elements/rows/resizing-rows.md b/controls/gridview/visual-elements/rows/resizing-rows.md index 0c71d1ebb..e3886e74e 100644 --- a/controls/gridview/visual-elements/rows/resizing-rows.md +++ b/controls/gridview/visual-elements/rows/resizing-rows.md @@ -1,7 +1,7 @@ --- title: Resizing rows page_title: Resizing rows - RadGridView -description: +description: Discover how to resize rows in the Telerik GridView for WinForms, adjusting height dynamically to improve layout and readability. slug: winforms/gridview/rows/resizing-rows tags: resizing,rows published: True diff --git a/controls/panels-and-labels/collapsiblepanel/getting-started.md b/controls/panels-and-labels/collapsiblepanel/getting-started.md index fe27100c9..4b5d911af 100644 --- a/controls/panels-and-labels/collapsiblepanel/getting-started.md +++ b/controls/panels-and-labels/collapsiblepanel/getting-started.md @@ -109,7 +109,6 @@ Our example is ready to be tested. You can start the application and observe the * [Design Time]({%slug winforms/panels-and-labels/collapsiblepanel/design-time%}) ## Telerik UI for WinForms Learning Resources -* [Telerik UI for WinForms CollapsiblePanel Component](https://www.telerik.com/products/winforms/collapsiblepanel.aspx) * [Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps) * [Telerik UI for WinForms Setup](https://docs.telerik.com/devtools/winforms/installation-and-upgrades/installing-on-your-computer) * [Telerik UI for WinForms Application Modernization](https://docs.telerik.com/devtools/winforms/winforms-converter/overview) diff --git a/controls/pdfviewer/features/text/text-position.md b/controls/pdfviewer/features/text/text-position.md index ab9ce8d53..ac4dd998b 100644 --- a/controls/pdfviewer/features/text/text-position.md +++ b/controls/pdfviewer/features/text/text-position.md @@ -1,7 +1,7 @@ --- title: Text Position page_title: Text Position - WinForms PdfViewer Control -description: TextPosition is a position in the text of a RadFixedDocument. They enable keeping track of a "current" position in the document (i.e. a caret) and lay the foundations of document selection. +description: TextPosition is a position in the text of a RadFixedDocument. They enable keeping track of a current position in the document (i.e. a caret) and lay the foundations of document selection. slug: winforms/pdfviewer/text/text-position tags: text,position published: True diff --git a/controls/ribbonbar/simplified-mode/customizing-simplified-layout.md b/controls/ribbonbar/simplified-mode/customizing-simplified-layout.md index c84cadfc1..2e7a0acc9 100644 --- a/controls/ribbonbar/simplified-mode/customizing-simplified-layout.md +++ b/controls/ribbonbar/simplified-mode/customizing-simplified-layout.md @@ -1,7 +1,7 @@ --- title: Customizing Simplified Layout page_title: Customizing Simplified Layout - RadRibbonBar -description: +description: Learn how to customize the Simplified RibbonBar layout in Telerik UI for WinForms to fit your application’s specific needs. slug: winforms/ribbonbar/customizing-simplified-layout tags: radribbonbar. simplified, mode published: True diff --git a/controls/ribbonbar/simplified-mode/simplified-mode.md b/controls/ribbonbar/simplified-mode/simplified-mode.md index d06b7d40f..e37dfec35 100644 --- a/controls/ribbonbar/simplified-mode/simplified-mode.md +++ b/controls/ribbonbar/simplified-mode/simplified-mode.md @@ -1,7 +1,7 @@ --- title: Simplified Mode page_title: Simplified Mode - RadRibbonBar -description: +description: Explore the Simplified RibbonBar mode in Telerik UI for WinForms to deliver a cleaner interface with essential commands for users. slug: winforms/ribbonbar/simplified-mode tags: radribbonbar. simplified, mode published: True diff --git a/controls/richtexteditor/features/spellcheck.md b/controls/richtexteditor/features/spellcheck.md index 8d9a00420..486f92c92 100644 --- a/controls/richtexteditor/features/spellcheck.md +++ b/controls/richtexteditor/features/spellcheck.md @@ -1,7 +1,7 @@ --- title: Spellcheck page_title: Spellcheck - WinForms RichTextEditor Control -description: WinForms RichTextEditor is designed to support "spell checking as you type" by setting a single property and specifying a proper dictionary to it. +description: WinForms RichTextEditor is designed to support spell checking as you type by setting a single property and specifying a proper dictionary to it. slug: winforms/richtexteditor-/features/spellcheck tags: spellcheck published: True diff --git a/controls/shortcuts/getting-started-(radbuttons).md b/controls/shortcuts/getting-started-(radbuttons).md index c10f58fc9..896853d39 100644 --- a/controls/shortcuts/getting-started-(radbuttons).md +++ b/controls/shortcuts/getting-started-(radbuttons).md @@ -44,7 +44,6 @@ Me.RadToggleButton1.ButtonElement.Shortcuts.Add(New RadShortcut(Keys.Control, Ke ## Telerik UI for WinForms Learning Resources -* [Telerik UI for WinForms Shortcut Component](https://www.telerik.com/products/winforms/shortcuts.aspx) * [Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps) * [Telerik UI for WinForms Setup](https://docs.telerik.com/devtools/winforms/installation-and-upgrades/installing-on-your-computer) * [Telerik UI for WinForms Application Modernization](https://docs.telerik.com/devtools/winforms/winforms-converter/overview) diff --git a/controls/shortcuts/getting-started-(radmenuitems).md b/controls/shortcuts/getting-started-(radmenuitems).md index 9635a3a43..6c52eabe4 100644 --- a/controls/shortcuts/getting-started-(radmenuitems).md +++ b/controls/shortcuts/getting-started-(radmenuitems).md @@ -125,7 +125,6 @@ RadMenuItem2.HintText = "Custom Text" * [Assigning Global RadShortcuts]({%slug winforms/shortcuts/assigning-global-radshortcuts%}) ## Telerik UI for WinForms Learning Resources -* [Telerik UI for WinForms Shortcuts Component](https://www.telerik.com/products/winforms/shortcuts.aspx) * [Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps) * [Telerik UI for WinForms Setup](https://docs.telerik.com/devtools/winforms/installation-and-upgrades/installing-on-your-computer) * [Telerik UI for WinForms Application Modernization](https://docs.telerik.com/devtools/winforms/winforms-converter/overview) diff --git a/controls/slideview/template-element.md b/controls/slideview/template-element.md index 61049e427..269fd2a6e 100644 --- a/controls/slideview/template-element.md +++ b/controls/slideview/template-element.md @@ -68,7 +68,7 @@ private void RadSlideView1_TemplateUpdated(object sender, TemplateUpdatedEventAr In bound mode you can use mappings, but it is important that the property type of the element and the data bound object should match. Otherwise the property will not be set (if we try to set a value of different type the RadProperty setter will throw an exception). In this case the **MappedPropertyUpdating** event needs to be handled and set the Value of the EventArgs to match the destination type. ->note For more detailed information please refer to [Data Binding]({%slideview-data-binding%}). +>note For more detailed information please refer to [Data Binding]({%slug slideview-data-binding%}). ## See Also diff --git a/controls/syntax-editor/localization.md b/controls/syntax-editor/localization.md index 987b2ec98..55a008079 100644 --- a/controls/syntax-editor/localization.md +++ b/controls/syntax-editor/localization.md @@ -1,7 +1,7 @@ --- title: Localization page_title: Localization - RadSyntaxEditor -description: +description: Learn how to localize the Telerik SyntaxEditor in WinForms, enabling language-specific content. slug: syntax-editor-localization tags: syntax-editor published: True diff --git a/controls/treeview/working-with-nodes/scrolling-nodes.md b/controls/treeview/working-with-nodes/scrolling-nodes.md index 7ad7b9c97..3c1ff1649 100644 --- a/controls/treeview/working-with-nodes/scrolling-nodes.md +++ b/controls/treeview/working-with-nodes/scrolling-nodes.md @@ -1,7 +1,7 @@ --- title: Scrolling Nodes page_title: Scrolling - RadTreeView -description: +description: Learn techniques to scroll and navigate nodes efficiently in Telerik TreeView for WinForms. slug: winforms/treeview/working-with-nodes/scrolling tags: scrolling published: True diff --git a/controls/validation-provider/getting-started.md b/controls/validation-provider/getting-started.md index 6253a9678..497ada833 100644 --- a/controls/validation-provider/getting-started.md +++ b/controls/validation-provider/getting-started.md @@ -1,7 +1,7 @@ --- title: Getting Started page_title: Getting Started - Validation Provider -description: +description: Get started with the Telerik ValidationProvider for WinForms to implement input validation and ensure data accuracy in your applications. slug: validation-provider-getting-started tags: validation, provider published: True diff --git a/core/core-project-and-document-processing-library.md b/core/core-project-and-document-processing-library.md index 3c7896531..f20515f69 100644 --- a/core/core-project-and-document-processing-library.md +++ b/core/core-project-and-document-processing-library.md @@ -1,7 +1,7 @@ --- title: Document Processing Library and WinForms .NET application page_title: Document Processing Library and WinForms .NET application -description: +description: Use Telerik Document Processing Libraries in WinForms projects to create, edit, and export documents without relying on external software. slug: core-project-and-document-processing-library tags: document processing, WinForms application, .NET published: True diff --git a/core/core-toolbox-version.md b/core/core-toolbox-version.md index ccbf8036e..4760a964d 100644 --- a/core/core-toolbox-version.md +++ b/core/core-toolbox-version.md @@ -1,7 +1,7 @@ --- title: Adding RadControls to Visual Studio Toolbox in .NET Projects page_title: NET Toolbox Version -description: +description: Learn how to manage and update toolbox versions in Telerik UI for WinForms to ensure compatibility and smooth integration in your projects. slug: core-toolbox-version tags: core, designer, toolbox, net, .NET, winforms published: True diff --git a/core/deploy-application.md b/core/deploy-application.md index 1268b9f76..b51ecbe80 100644 --- a/core/deploy-application.md +++ b/core/deploy-application.md @@ -1,7 +1,7 @@ --- title: Deploying WinForms .NET Application page_title: Deploying WinForms .NET Application -description: +description: Step-by-step guide on deploying .NET WinForms applications built with Telerik UI. slug: core-getting-started tags: deploy, WinForms application, .NET published: True diff --git a/deployment-and-distribution/redistributing-telerik-ui-for-winforms.md b/deployment-and-distribution/redistributing-telerik-ui-for-winforms.md index a921c4116..60df7f63a 100644 --- a/deployment-and-distribution/redistributing-telerik-ui-for-winforms.md +++ b/deployment-and-distribution/redistributing-telerik-ui-for-winforms.md @@ -50,7 +50,7 @@ __ILRepack__ is similar to ILMerge tool. __ILMerge__ and __ILRepack__ are tools #### Using ILMerge ->caution The ILMerge project is deprecated and is no longer maintained. You can consider using its successor: [ILRepack]({%slug installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows/ILRepack%}) +>caution The ILMerge project is deprecated and is no longer maintained. You can consider using its successor: [ILRepack](https://github.com/gluck/il-repack) |RELATED VIDEOS|| |----|----| diff --git a/knowledge-base/add-check-all-in-the-header-cell-for-a-gridviewcheckboxcolumn.md b/knowledge-base/add-check-all-in-the-header-cell-for-a-gridviewcheckboxcolumn.md index d00ac71b6..8ff19feac 100644 --- a/knowledge-base/add-check-all-in-the-header-cell-for-a-gridviewcheckboxcolumn.md +++ b/knowledge-base/add-check-all-in-the-header-cell-for-a-gridviewcheckboxcolumn.md @@ -1,8 +1,8 @@ --- -title: Add "Check All" in the header cell for a GridViewCheckBoxColumn -description: Add "Check All" in the header cell for a GridViewCheckBoxColumn. Check it now! +title: Add Check All in the header cell for a GridViewCheckBoxColumn +description: Add Check All in the header cell for a GridViewCheckBoxColumn. Check it now! type: how-to -page_title: Add "Check All" in the header cell for a GridViewCheckBoxColumn +page_title: Add Check All in the header cell for a GridViewCheckBoxColumn slug: add-check-all-in-the-header-cell-for-a-gridviewcheckboxcolumn tags: gridview, gridviewcheckboxcolumn res_type: kb diff --git a/knowledge-base/add-vertical-separator-radmenu-winforms.md b/knowledge-base/add-vertical-separator-radmenu-winforms.md index c66fe4986..c18a78d9d 100644 --- a/knowledge-base/add-vertical-separator-radmenu-winforms.md +++ b/knowledge-base/add-vertical-separator-radmenu-winforms.md @@ -43,5 +43,4 @@ This approach allows you to dynamically add a vertical separator to your RadMenu ## See Also -- [RadMenu Overview](https://docs.telerik.com/devtools/winforms/controls/menu/radmenu/overview) -- [RadMenuSeparatorItem Class](https://docs.telerik.com/devtools/winforms/api/telerik.wincontrols.ui.radmenuseparatoritem) +* [RadMenu Overview](https://docs.telerik.com/devtools/winforms/controls/menus/menu/overview diff --git a/knowledge-base/calendar-hide-month-days.md b/knowledge-base/calendar-hide-month-days.md index 56f7b4155..8e116704d 100644 --- a/knowledge-base/calendar-hide-month-days.md +++ b/knowledge-base/calendar-hide-month-days.md @@ -46,4 +46,4 @@ To apply this approach, first, ensure the `AllowMultipleView` property of your R - The `OtherMonth` property is crucial for identifying days that belong to months other than the current one. ## See Also -* [RadCalendar Documentation](https://docs.telerik.com/devtools/winforms/controls/calendar/overview) +* [RadCalendar Documentation](https://docs.telerik.com/devtools/winforms/controls/calendar/calendar) diff --git a/knowledge-base/chartview-reduce-space-around.md b/knowledge-base/chartview-reduce-space-around.md index 6d89c49d7..3a3dd67eb 100644 --- a/knowledge-base/chartview-reduce-space-around.md +++ b/knowledge-base/chartview-reduce-space-around.md @@ -31,5 +31,4 @@ This code sets the margin to 2 pixels on all sides (left, top, right, bottom), m ## See Also -- [RadChartView Overview](https://docs.telerik.com/devtools/winforms/controls/chartview/overview) -- [Customizing Appearance](https://docs.telerik.com/devtools/winforms/controls/chartview/customization/customizing-appearance) +* [RadChartView Overview](https://docs.telerik.com/devtools/winforms/controls/chartview/overview) diff --git a/knowledge-base/checkeddropdownlist-enlarge-checkboxes.md b/knowledge-base/checkeddropdownlist-enlarge-checkboxes.md index 31a7b886c..e50a4a3fe 100644 --- a/knowledge-base/checkeddropdownlist-enlarge-checkboxes.md +++ b/knowledge-base/checkeddropdownlist-enlarge-checkboxes.md @@ -50,6 +50,5 @@ To enlarge the checkboxes within the dropdown items and adjust their alignment, ## See Also -- [RadCheckedDropDownList Overview](https://docs.telerik.com/devtools/winforms/controls/checkeddropdownlist/overview) -- [Customizing Appearance](https://docs.telerik.com/devtools/winforms/controls/checkeddropdownlist/customizing-appearance) -- [Handling Events](https://docs.telerik.com/devtools/winforms/controls/checkeddropdownlist/events) +* [RadCheckedDropDownList Overview](https://docs.telerik.com/devtools/winforms/controls/dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist/checkeddropdownlist) +* [Customizing Appearance](https://docs.telerik.com/devtools/winforms/controls/checkeddropdownlist/customizing-appearance) diff --git a/knowledge-base/command-injection-cve-2024-7679.md b/knowledge-base/command-injection-cve-2024-7679.md index 6564d4011..0b1374eb0 100644 --- a/knowledge-base/command-injection-cve-2024-7679.md +++ b/knowledge-base/command-injection-cve-2024-7679.md @@ -26,7 +26,7 @@ We have addressed the issue and the Progress Telerik team recommends performin | Current Version | Guidance | |-----------------|----------| -| 2024 Q3 (2024.3.806) or earlier | Update to 2024 Q3 (2024.3.924) ([update instructions](({%slug how-to-upgrade-a-project%}))) | +| 2024 Q3 (2024.3.806) or earlier | Update to 2024 Q3 (2024.3.924) ([update instructions](({%slug winforms/installation-deployment-and-distribution/upgrade-project%}))) | All customers who have a Telerik UI for WinForms license can access the downloads here [Product Downloads | Your Account](https://www.telerik.com/account/downloads/product-download?product=RCWPF). diff --git a/knowledge-base/contextmenu-remove-icon-column.md b/knowledge-base/contextmenu-remove-icon-column.md index 2f314c51b..66b3f0b88 100644 --- a/knowledge-base/contextmenu-remove-icon-column.md +++ b/knowledge-base/contextmenu-remove-icon-column.md @@ -37,5 +37,4 @@ This code removes the space on the left side of the drop-down menu that is typic ## See Also -- [RadContextMenu Overview](https://docs.telerik.com/devtools/winforms/controls/contextmenu/contextmenu) -- [Customizing RadContextMenu](https://docs.telerik.com/devtools/winforms/controls/contextmenu/customizing-contextmenu) +* [RadContextMenu Overview](https://docs.telerik.com/devtools/winforms/controls/menus/contextmenu/context-menus) diff --git a/knowledge-base/dock-toolwindows-taskbar-winforms.md b/knowledge-base/dock-toolwindows-taskbar-winforms.md index e93872e8e..5a8540f32 100644 --- a/knowledge-base/dock-toolwindows-taskbar-winforms.md +++ b/knowledge-base/dock-toolwindows-taskbar-winforms.md @@ -53,5 +53,5 @@ Private Sub RadDock1_FloatingWindowCreated(ByVal sender As Object, ByVal e As Te ## See Also -* [RadDock Overview](https://docs.telerik.com/devtools/winforms/controls/raddock/overview) +* [RadDock Overview](https://docs.telerik.com/devtools/winforms/controls/dock/overview) * [Customizing Floating Windows]({%slug winforms/dock/object-model/customizing-floating-windows%}) diff --git a/knowledge-base/form-titlebar-align-text-winforms.md b/knowledge-base/form-titlebar-align-text-winforms.md index ed994672e..70c7cf906 100644 --- a/knowledge-base/form-titlebar-align-text-winforms.md +++ b/knowledge-base/form-titlebar-align-text-winforms.md @@ -41,4 +41,4 @@ By applying this code, the text in the RadTitleBar will be centered, providing a ## See Also -* [RadTitleBar Overview](https://docs.telerik.com/devtools/winforms/controls/titlebar/overview) +* [RadTitleBar Overview](https://docs.telerik.com/devtools/winforms/controls/forms-and-dialogs/radtitlebar/radtitlebar) diff --git a/knowledge-base/ganttview-disable-resizing.md b/knowledge-base/ganttview-disable-resizing.md index 479004178..11abd1220 100644 --- a/knowledge-base/ganttview-disable-resizing.md +++ b/knowledge-base/ganttview-disable-resizing.md @@ -60,5 +60,5 @@ By applying this solution, users will be able to move tasks without being able t ## See Also -- [RadGanttView Input Behavior Documentation](https://docs.telerik.com/devtools/winforms/controls/ganttview/input-behavior) -- [RadGanttView Overview](https://docs.telerik.com/devtools/winforms/controls/ganttview/overview) +* [RadGanttView Input Behavior Documentation](https://docs.telerik.com/devtools/winforms/controls/ganttview/input-behavior) +* [RadGanttView Overview](https://docs.telerik.com/devtools/winforms/controls/ganttview/ganttview-) diff --git a/knowledge-base/gridview-combobox-popup-width-longest-text.md b/knowledge-base/gridview-combobox-popup-width-longest-text.md index 304d1d5db..d56db29d6 100644 --- a/knowledge-base/gridview-combobox-popup-width-longest-text.md +++ b/knowledge-base/gridview-combobox-popup-width-longest-text.md @@ -59,5 +59,4 @@ private void radGridView1_CellEditorInitialized(object sender, GridViewCellEvent ## See Also -- [GridViewComboBoxColumn](https://docs.telerik.com/devtools/winforms/controls/gridview/columns/column-types/gridviewcomboboxcolumn) -- [Customizing Appearance](https://docs.telerik.com/devtools/winforms/controls/gridview/styling-and-appearance/styling-and-appearance) +* [GridViewComboBoxColumn](https://docs.telerik.com/devtools/winforms/controls/gridview/columns/column-types/gridviewcomboboxcolumn) diff --git a/knowledge-base/gridview-custom-filter-multiple-values.md b/knowledge-base/gridview-custom-filter-multiple-values.md index 40b5d9018..35e4f9588 100644 --- a/knowledge-base/gridview-custom-filter-multiple-values.md +++ b/knowledge-base/gridview-custom-filter-multiple-values.md @@ -1,6 +1,6 @@ --- title: Filtering RadGridView by Multiple Values -description: Learn how to filter the RadGridView control by multiple values without using the "is in list" option. +description: Learn how to filter the RadGridView control by multiple values without using the is in list option. type: how-to page_title: Filtering GridView by Multiple Values in RadGridView for WinForms | Telerik UI for WinForms slug: gridview-custom-filter-multiple-values diff --git a/knowledge-base/gridview-generating-barcode-image-non-winforms.md b/knowledge-base/gridview-generating-barcode-image-non-winforms.md index 35062af14..bf1874727 100644 --- a/knowledge-base/gridview-generating-barcode-image-non-winforms.md +++ b/knowledge-base/gridview-generating-barcode-image-non-winforms.md @@ -88,5 +88,6 @@ Please note that generating images from RadBarcodeView control for WinForms requ - Make sure to replace "TestImage.png" with the desired file name and path for the generated image. ## See Also -- [RadBarcodeView for WinForms Documentation](https://docs.telerik.com/devtools/winforms/controls/barcode/barcodeview) -- [Adding a Barcode to a PDF Document using PdfProcessing and the WinForms BarcodeView](https://docs.telerik.com/devtools/document-processing/knowledge-base/add-barcode-to-pdf-telerik) + +* [RadBarcodeView for WinForms Documentation](https://docs.telerik.com/devtools/winforms/controls/barcodeview/overview) +* [Adding a Barcode to a PDF Document using PdfProcessing and the WinForms BarcodeView](https://docs.telerik.com/devtools/document-processing/knowledge-base/add-barcode-to-pdf-telerik) diff --git a/knowledge-base/hide-add-to-dictionary-context-menu-item.md b/knowledge-base/hide-add-to-dictionary-context-menu-item.md index 2cb3ece68..5577a503d 100644 --- a/knowledge-base/hide-add-to-dictionary-context-menu-item.md +++ b/knowledge-base/hide-add-to-dictionary-context-menu-item.md @@ -1,8 +1,8 @@ --- -title: How to Hide the 'Add to dictionary' Context Menu Item -description: This article demonstrates how to hide the 'Add to dictionary' option in the spell-check menu +title: How to Hide the Add to dictionary Context Menu Item +description: This article demonstrates how to hide the Add to dictionary option in the spell-check menu type: how-to -page_title: How to Hide the 'Add to dictionary" Context Menu Item +page_title: How to Hide the Add to dictionary Context Menu Item slug: hide-add-to-dictionary-context-menu-item position: 0 tags: spellchecker, textbox, textboxcontrol, diff --git a/knowledge-base/host-blazor-in-winforms.md b/knowledge-base/host-blazor-in-winforms.md index 154a1f14a..0d154ca86 100644 --- a/knowledge-base/host-blazor-in-winforms.md +++ b/knowledge-base/host-blazor-in-winforms.md @@ -34,8 +34,6 @@ Combining the performance and productivity of C#/.NET with the familiarity of HT 2\. Update the Windows Forms app to target **.NET 6**. ->note Since R2 2020 Telerik UI for WinForms suite provides tooling in Visual Studio 2019, via our Visual Studio Extensions, that will convert client projects that use .NET Framework 4.8 (or lower) into .NET Core projects to ease out the migration: [.NET Core Project Converter](https://docs.telerik.com/devtools/winforms/core/net-core-project-converter). - ![host-blazor-in-winforms002](images/host-blazor-in-winforms002.png) Make sure that the correct Telerik NuGet is installed as well: diff --git a/knowledge-base/how-to-access-selected-hierarchy-row-radgridview-winforms.md b/knowledge-base/how-to-access-selected-hierarchy-row-radgridview-winforms.md index 1e8b0c1d1..6fd19a8d6 100644 --- a/knowledge-base/how-to-access-selected-hierarchy-row-radgridview-winforms.md +++ b/knowledge-base/how-to-access-selected-hierarchy-row-radgridview-winforms.md @@ -41,5 +41,4 @@ This approach enables you to distinguish between selected rows in the main grid ## See Also -- [RadGridView for WinForms Documentation - Selection](https://docs.telerik.com/devtools/winforms/controls/gridview/selection/selection-basics) -- [RadGridView for WinForms Documentation - Hierarchical Grid](https://docs.telerik.com/devtools/winforms/controls/gridview/hierarchical-grid/hierarchical-grid) +* [RadGridView for WinForms Documentation - Selection](https://docs.telerik.com/devtools/winforms/controls/gridview/features/selection/basic-selection) diff --git a/knowledge-base/invalid-formatetc-structure-when-copying-data-from-radgridview.md b/knowledge-base/invalid-formatetc-structure-when-copying-data-from-radgridview.md index 22fb93a9b..78965a26a 100644 --- a/knowledge-base/invalid-formatetc-structure-when-copying-data-from-radgridview.md +++ b/knowledge-base/invalid-formatetc-structure-when-copying-data-from-radgridview.md @@ -2,7 +2,7 @@ title: How to Deal with Invalid FORMATETC structure Error when Copying Data from RadGridView description: Learn how to handle Invalid FORMATETC structure Error when Copying Data from the WinForms GridView. type: how-to -page_title: How to Deal with "Invalid FORMATETC structure" Error when Copying Data from RadGridView +page_title: How to Deal with Invalid FORMATETC structure Error when Copying Data from RadGridView slug: invalid-formatetc-structure-when-copying-data-from-radgridview position: 5 tags: gridview, copy, invalid, formatetc diff --git a/knowledge-base/kb-security-path-traversal-cve-2025-0332.md b/knowledge-base/kb-security-path-traversal-cve-2025-0332.md index cf359be40..0961e3b27 100644 --- a/knowledge-base/kb-security-path-traversal-cve-2025-0332.md +++ b/knowledge-base/kb-security-path-traversal-cve-2025-0332.md @@ -26,7 +26,7 @@ We have addressed the issue and the Progress Telerik team strongly recommends pe | Current Version | Guidance | |-----------------|----------| -| 2024 Q4 (2024.4.1113) or earlier | Update to 2025 Q1 (2025.1.211) ([update instructions](({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}))) | +| 2024 Q4 (2024.4.1113) or earlier | Update to 2025 Q1 (2025.1.211) ([update instructions](({%slug winforms/installation-deployment-and-distribution/upgrade-project%}))) | All customers who have a license for UI for WinForms can access the downloads here [Product Downloads | Your Account](https://www.telerik.com/account/downloads/product-download). diff --git a/knowledge-base/net-core-designer-error.md b/knowledge-base/net-core-designer-error.md index 3cd36f2ab..8f570e48d 100644 --- a/knowledge-base/net-core-designer-error.md +++ b/knowledge-base/net-core-designer-error.md @@ -27,11 +27,10 @@ The WinForms designer in .NET Core is still in its preview and currently it miss I can suggest referring the official Microsoft documentation for details on porting a project built on the full .NET framework to .NET Core: [Overview of porting from .NET Framework to .NET Core](https://docs.microsoft.com/en-us/dotnet/core/porting/). Please bear in mind that the project file format in .NET Core is different so it will be necessary to update the old .csproj files. Microsoft have developed a tool to automate this process: [Try-Convert](https://github.com/dotnet/try-convert). -Since **R2 2020** Telerik UI for WinForms suite provides tooling in Visual Studio 2019, via our Visual Studio Extensions, that will convert client projects that use .NET Framework 4.8 (or lower) into .NET Core projects to ease out the migration: [.NET Core Project Converter](https://docs.telerik.com/devtools/winforms/core/net-core-project-converter). As for the designer, please note that even the Microsoft implementation is still limited and only available as a preview in Visual Studio. If you need to target .NET Core and have complex designers you may consider trying the workaround as explained here: [Windows Forms .NET Core Designer](https://github.com/dotnet/winforms/blob/master/docs/winforms-designer.md). With this approach you can still target .NET Core and at the same time achieve the design-time experience you are already used to. -# See Also +## See Also * [NET Core Design Time]({%slug core-design-time%}) * [Migrating to .NET Core]({%slug core-migration%}) * [Deploying WinForms .NET Core Application]({%slug core-getting-started%}) diff --git a/knowledge-base/pdfviewer-adjust-scroll-speed.md b/knowledge-base/pdfviewer-adjust-scroll-speed.md index 418b2cc89..4fc78e651 100644 --- a/knowledge-base/pdfviewer-adjust-scroll-speed.md +++ b/knowledge-base/pdfviewer-adjust-scroll-speed.md @@ -112,5 +112,4 @@ In the Designer.cs file of your form, replace the `RadPdfViewer` control instanc ## See Also * [RadPdfViewer Overview](https://docs.telerik.com/devtools/winforms/controls/pdfviewer/overview) -* [Customizing RadPdfViewer](https://docs.telerik.com/devtools/winforms/controls/pdfviewer/customization) * [Handling Mouse Wheel Events](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.mousewheel) diff --git a/knowledge-base/pdfviewer-disable-contextmenu.md b/knowledge-base/pdfviewer-disable-contextmenu.md index 817de8a45..d2cf67620 100644 --- a/knowledge-base/pdfviewer-disable-contextmenu.md +++ b/knowledge-base/pdfviewer-disable-contextmenu.md @@ -36,5 +36,5 @@ In some cases, the default menu items need to be modified, and the [RadPdfViewer ## See Also -- [PdfViewer Documentation](https://docs.telerik.com/devtools/winforms/controls/pdfviewer/overview) -- [RadContextMenu Documentation](https://docs.telerik.com/devtools/winforms/controls/contextmenu/overview) +* [PdfViewer Documentation](https://docs.telerik.com/devtools/winforms/controls/pdfviewer/overview) +* [RadContextMenu Documentation](https://docs.telerik.com/devtools/winforms/controls/menus/contextmenu/context-menus) diff --git a/knowledge-base/prevent-column-drag-over-pinned-radgridview-winforms.md b/knowledge-base/prevent-column-drag-over-pinned-radgridview-winforms.md index 299333fca..4f50ba3ca 100644 --- a/knowledge-base/prevent-column-drag-over-pinned-radgridview-winforms.md +++ b/knowledge-base/prevent-column-drag-over-pinned-radgridview-winforms.md @@ -51,4 +51,4 @@ private void svc_PreviewDragOver(object sender, RadDragOverEventArgs e) ## See Also - [RadGridView for WinForms Documentation - Drag and Drop](https://docs.telerik.com/devtools/winforms/controls/gridview/drag-and-drop/radgridviewdragdropservice) -- [RadGridView for WinForms Documentation - Pinned Columns](https://docs.telerik.com/devtools/winforms/controls/gridview/columns/pinned-columns) +- [RadGridView for WinForms Documentation - Pinned Columns](https://docs.telerik.com/devtools/winforms/controls/gridview/visual-elements/columns/pinning-and-unpinning-columns) diff --git a/knowledge-base/printing-radgridview-via-telerik-reporting.md b/knowledge-base/printing-radgridview-via-telerik-reporting.md index 3e1cd6ace..30d68200a 100644 --- a/knowledge-base/printing-radgridview-via-telerik-reporting.md +++ b/knowledge-base/printing-radgridview-via-telerik-reporting.md @@ -19,7 +19,7 @@ Generate a report based on RadGridView, and using the export capabilities of Tel **DESCRIPTION** -In [this code library article](/community/code-library/winforms/gridview/telerik-reporting-report-generation-using-radgridview-for-winforms.aspx) could be found a simple class that allows to easily export a single-level hierarchy RadGridView in a Telerik Reporting report. This report can then be printed or exported in a variety of formats. +In [this code SDK project](https://github.com/telerik/winforms-sdk/tree/master/GridView/RadGridReportingLite) could be found a simple example that demonstrate how to easily export a single-level hierarchy RadGridView in a Telerik Reporting report. The report can then be printed or exported in a variety of formats. You can use the properties below to control the appearance of the report. @@ -55,7 +55,7 @@ bool UseGridColors – Controls whether the report uses the header colors from R **SOLUTION** -1. Add a reference to RadGridReportingLite.dll in your project (the library project could be find in [this article](/community/code-library/winforms/gridview/telerik-reporting-report-generation-using-radgridview-for-winforms.aspx)). +1. Add a reference to RadGridReportingLite.dll in your project (the library project could be find in [our GitHub SDK repository](https://github.com/telerik/winforms-sdk/tree/master/GridView/RadGridReportingLite). 2. Create an instance of RadGridReport: *RadGridReportingLite.RadGridReport report = new RadGridReportingLite.RadGridReport("MyGridReport");* 3. Set properties controlling format and appearance: diff --git a/knowledge-base/richtexteditor-custom-page-size.md b/knowledge-base/richtexteditor-custom-page-size.md index 6d36680e2..62c60883f 100644 --- a/knowledge-base/richtexteditor-custom-page-size.md +++ b/knowledge-base/richtexteditor-custom-page-size.md @@ -1,6 +1,6 @@ --- title: Setting Custom Page Size on Document in RadRichTextEditor -description: Learn how to configure a custom page size, such as 3"x3", for documents in RadRichTextEditor. +description: Learn how to configure a custom page size, such as 3x3, for documents in RadRichTextEditor. type: how-to page_title: How to Configure Custom Page Sizes in RadRichTextEditor for WinForms slug: radrichtexteditor-winforms-custom-page-size diff --git a/knowledge-base/scheduler-customize-appointmentelement-text.md b/knowledge-base/scheduler-customize-appointmentelement-text.md index 2402d4fda..0904e4497 100644 --- a/knowledge-base/scheduler-customize-appointmentelement-text.md +++ b/knowledge-base/scheduler-customize-appointmentelement-text.md @@ -97,6 +97,6 @@ Refer to the [Custom Appointment Element](https://docs.telerik.com/devtools/winf ## See Also -- [RadScheduler Overview](https://docs.telerik.com/devtools/winforms/controls/scheduler/overview) -- [Appointment Formatting in RadScheduler](https://docs.telerik.com/devtools/winforms/controls/scheduler/appointments-and-dialogs/appointment-formatting) -- [Custom Appointment Element Documentation](https://docs.telerik.com/devtools/winforms/controls/scheduler/appointments-and-dialogs/custom-appointment-element) +* [RadScheduler Overview](https://docs.telerik.com/devtools/winforms/controls/scheduler/overview) +* [Appointment Formatting in RadScheduler](https://docs.telerik.com/devtools/winforms/controls/scheduler/appearance/formatting-appointments) +* [Custom Appointment Element Documentation](https://docs.telerik.com/devtools/winforms/controls/scheduler/appointments-and-dialogs/custom-appointment-element) diff --git a/knowledge-base/scrollablepanel-prevent-scrollbars-moving.md b/knowledge-base/scrollablepanel-prevent-scrollbars-moving.md index 864cad391..cb1cd5754 100644 --- a/knowledge-base/scrollablepanel-prevent-scrollbars-moving.md +++ b/knowledge-base/scrollablepanel-prevent-scrollbars-moving.md @@ -78,5 +78,5 @@ Finally, replace the default `RadScrollablePanel` with your custom version in th By implementing this custom container, you disable the default behavior that automatically scrolls to the active control, thus preventing the scrollbars from moving when a window is clicked. ## See Also -- [RadDock Overview](https://docs.telerik.com/devtools/winforms/controls/dock/overview) -- [Customizing RadScrollablePanel Behavior](https://docs.telerik.com/devtools/winforms/controls/panels/scrollable-panel/customizing-behavior) + +* [RadDock Overview](https://docs.telerik.com/devtools/winforms/controls/dock/overview) diff --git a/knowledge-base/spreadsheet-convert-floatingchartshape-to-bitmap-winforms.md b/knowledge-base/spreadsheet-convert-floatingchartshape-to-bitmap-winforms.md index 6bcf43c0a..6f3ebcacf 100644 --- a/knowledge-base/spreadsheet-convert-floatingchartshape-to-bitmap-winforms.md +++ b/knowledge-base/spreadsheet-convert-floatingchartshape-to-bitmap-winforms.md @@ -38,6 +38,5 @@ In this example, the `ExportChartToImage` method retrieves the first chart from ## See Also -- [RadSpreadsheet Documentation](https://docs.telerik.com/devtools/winforms/controls/radspreadsheet/overview) -- [RadSpreadsheet Workbook Overview](https://docs.telerik.com/devtools/winforms/controls/radspreadsheet/model/workbook) -- [RadSpreadsheet Chart Shapes](https://docs.telerik.com/devtools/winforms/controls/radspreadsheet/features/chart-shapes) +* [RadSpreadsheet Documentation](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/overview) +* [RadSpreadsheet Chart Shapes](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/features/ui-charts) diff --git a/knowledge-base/spreadsheet-export-floatingimage.md b/knowledge-base/spreadsheet-export-floatingimage.md index bc02da461..c1310fb0b 100644 --- a/knowledge-base/spreadsheet-export-floatingimage.md +++ b/knowledge-base/spreadsheet-export-floatingimage.md @@ -37,5 +37,5 @@ File.WriteAllBytes($"../../image.{floatingImage.ImageSource.Extension}", floatin This code saves the first image found in the worksheet's `Images` collection. You can modify the file path and name as needed. Additionally, ensure the extension matches the image format for correct file handling. ## See Also -* [RadSpreadsheet Documentation](https://docs.telerik.com/devtools/winforms/controls/radspreadsheet/overview) -* [Worksheet Images Collection Overview](https://docs.telerik.com/devtools/winforms/controls/radspreadsheet/model/images) + +* [RadSpreadsheet Documentation](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/overview) diff --git a/knowledge-base/textboxcontrol-autocomplete-contains.md b/knowledge-base/textboxcontrol-autocomplete-contains.md index 2d1e825d5..9e713e47e 100644 --- a/knowledge-base/textboxcontrol-autocomplete-contains.md +++ b/knowledge-base/textboxcontrol-autocomplete-contains.md @@ -2,7 +2,7 @@ title: Show auto-complete items which text contains the user's input in RadTextBoxControl description: This article demonstrates how to auto-complete the items that contains the user's input in RadTextBoxControl type: how-to -page_title: Show auto-complete items which text "starts with" the user's input in RadTextBoxControl +page_title: Show auto-complete items which text starts with the user's input in RadTextBoxControl slug: textboxcontrol-autocomplete-contains position: tags: editors, textboxcontrol diff --git a/knowledge-base/treeview-capture-tab-keypress-kb.md b/knowledge-base/treeview-capture-tab-keypress-kb.md index 89cacaa1f..524c0fccb 100644 --- a/knowledge-base/treeview-capture-tab-keypress-kb.md +++ b/knowledge-base/treeview-capture-tab-keypress-kb.md @@ -46,4 +46,5 @@ class MyTreeView : RadTreeView This solution is valid for controls that do not have explicit handling of the Tab key internally and for standard .NET controls as well. ## See Also -- [RadTreeView Overview](https://docs.telerik.com/devtools/winforms/controls/treeview/overview) + +* [RadTreeView Overview](https://docs.telerik.com/devtools/winforms/controls/treeview/treeview) diff --git a/knowledge-base/treeview-drag-drop-preserve-multiselection.md b/knowledge-base/treeview-drag-drop-preserve-multiselection.md index e92c1a396..921858e70 100644 --- a/knowledge-base/treeview-drag-drop-preserve-multiselection.md +++ b/knowledge-base/treeview-drag-drop-preserve-multiselection.md @@ -179,5 +179,6 @@ This solution enables the drag and drop of multiple selected nodes from RadTreeV - Ensure that both the source (RadTreeView) and target controls have their respective properties and event handlers correctly configured to support drag and drop functionality. ## See Also -- [RadTreeView Documentation](https://docs.telerik.com/devtools/winforms/controls/treeview/overview) -- [Drag and Drop in RadTreeView](https://docs.telerik.com/devtools/winforms/controls/treeview/drag-and-drop) + +* [RadTreeView Documentation](https://docs.telerik.com/devtools/winforms/controls/treeview/treeview) +* [TreeViewDragDropService](https://docs.telerik.com/devtools/winforms/controls/treeview/drag-and-drop/treeviewdragdropservice) diff --git a/knowledge-base/unsafe-deserialization-cve-2024-10013.md b/knowledge-base/unsafe-deserialization-cve-2024-10013.md index 89c16000c..56bd59d30 100644 --- a/knowledge-base/unsafe-deserialization-cve-2024-10013.md +++ b/knowledge-base/unsafe-deserialization-cve-2024-10013.md @@ -26,7 +26,7 @@ We have addressed the issue and the Progress Telerik team strongly recommends pe | Current Version | Guidance | |-----------------|----------| -| 2024 Q3 (2024.3.924) or earlier | Update to 2024 Q4 (2024.4.1113) ([update instructions](({%slug how-to-upgrade-a-project%}))) | +| 2024 Q3 (2024.3.924) or earlier | Update to 2024 Q4 (2024.4.1113) ([update instructions](({%slug winforms/installation-deployment-and-distribution/upgrade-project%}))) | All customers who have a Telerik UI for WinForms license can access the downloads here [Product Downloads | Your Account](https://www.telerik.com/account/downloads/product-download?product=RCWF). diff --git a/telerik-presentation-framework/elements/use-control-inside-an-element.md b/telerik-presentation-framework/elements/use-control-inside-an-element.md index 6f8c44d8f..0fb45efa9 100644 --- a/telerik-presentation-framework/elements/use-control-inside-an-element.md +++ b/telerik-presentation-framework/elements/use-control-inside-an-element.md @@ -1,7 +1,7 @@ --- title: Use Control inside an Element page_title: Use Control inside an Element - Telerik Presentation Framework -description: +description: Learn how to embed controls inside Telerik Presentation Framework elements for flexible and modern WinForms UI layouts. slug: winforms/telerik-presentation-framework/elements/radtrackbarelement tags: radtrackbarelement published: True diff --git a/telerik-presentation-framework/focus-border-and-ripple-animations.md b/telerik-presentation-framework/focus-border-and-ripple-animations.md index 87ca27244..95e048749 100644 --- a/telerik-presentation-framework/focus-border-and-ripple-animations.md +++ b/telerik-presentation-framework/focus-border-and-ripple-animations.md @@ -1,7 +1,7 @@ --- title: Focus Border and Ripple Animations page_title: Focus Border and Ripple Animations - Telerik Presentation Framework -description: +description: Add modern focus borders and ripple animations to your WinForms apps with Telerik Presentation Framework for improved UI interactivity. slug: winforms/telerik-presentation-framework/focus-border-and-ripple-animations tags: touch, themes published: True diff --git a/telerik-presentation-framework/shadows.md b/telerik-presentation-framework/shadows.md index 158ed2eaa..4e8764caa 100644 --- a/telerik-presentation-framework/shadows.md +++ b/telerik-presentation-framework/shadows.md @@ -1,7 +1,7 @@ --- title: Shadows page_title: Shadows - Telerik Presentation Framework -description: +description: Add shadow effects with Telerik Presentation Framework in WinForms to enhance visual depth and improve the overall UI design. slug: winforms/tpf/shadows tags: touch, themes published: True diff --git a/testing/just-mock/jm-tutorial.md b/testing/just-mock/jm-tutorial.md index ba216832e..8987dddef 100644 --- a/testing/just-mock/jm-tutorial.md +++ b/testing/just-mock/jm-tutorial.md @@ -173,8 +173,8 @@ For the purpose of the unit testing, you don't want to bother about the data and ## JustMock Integration in your WinForms Project -It is possible either to create a brand new JustMock Test Project or add a reference of Telerik.JustMock.Dll to an existing unit test project: [Add Telerik JustMock to Your Test Project](https://docs.telerik.com/devtools/justmock/getting-started/using-telerik-justmock-in-your-test-project) - +It is possible either to create a brand new JustMock Test Project or add a reference of Telerik.JustMock.Dll to an existing unit test project: [Add Telerik JustMock to Your Test Project](https://docs.telerik.com/devtools/justmock/getting-started/configuration/using-telerik-justmock-in-your-test-project) + >caption Add a JustMock Test Project ![just-mock-tutorial 001](images/just-mock-tutorial001.png) diff --git a/testing/test-complete/create-a-test-manually/write-a-test-script.md b/testing/test-complete/create-a-test-manually/write-a-test-script.md index 5efe6af29..6381f84b5 100644 --- a/testing/test-complete/create-a-test-manually/write-a-test-script.md +++ b/testing/test-complete/create-a-test-manually/write-a-test-script.md @@ -65,7 +65,7 @@ Now that All Controls are sorted alphabetically you can get the location of the listViewAllControls = layoutPanelAllControls["WinFormsObject"]("allControlsListView") ```` -One approach is to write a **"ClickListViewItem"** function in **"HelpFunctions"** TestComplete class. The idea is to write a function that clicks specific ListView item based on a given index. The function will accept 2 arguments: **ListView object** and **int itemIndex**. Using the Object Spy you can navigate through the ListView elements until you find a specific ListView item. Then you will need the X and Y coordinates in pixels in order to call listView[“Click”](x, y) method. Your function will look like this: +One approach is to write a **"ClickListViewItem"** function in **"HelpFunctions"** TestComplete class. The idea is to write a function that clicks specific ListView item based on a given index. The function will accept 2 arguments: **ListView object** and **int itemIndex**. Using the Object Spy you can navigate through the ListView elements until you find a specific ListView item. Then you will need the X and Y coordinates in pixels in order to call listView Click(x, y) method. Your function will look like this: ````C# function ClickListViewItem(listView, itemIndex)