Skip to content
Open
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 controls/breadcrumb/data-binding.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion controls/breadcrumb/properties-methods-events.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion controls/cardview/features/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions controls/chartview/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions controls/file-dialogs/features/environment-variables.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion controls/gridview/visual-elements/rows/resizing-rows.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion controls/pdfviewer/features/text/text-position.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion controls/ribbonbar/simplified-mode/simplified-mode.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion controls/richtexteditor/features/spellcheck.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion controls/shortcuts/getting-started-(radbuttons).md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion controls/shortcuts/getting-started-(radmenuitems).md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion controls/slideview/template-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion controls/syntax-editor/localization.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion controls/treeview/working-with-nodes/scrolling-nodes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion controls/validation-provider/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/core-project-and-document-processing-library.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/core-toolbox-version.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/deploy-application.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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||
|----|----|
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions knowledge-base/add-vertical-separator-radmenu-winforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion knowledge-base/calendar-hide-month-days.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 1 addition & 2 deletions knowledge-base/chartview-reduce-space-around.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 2 additions & 3 deletions knowledge-base/checkeddropdownlist-enlarge-checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion knowledge-base/command-injection-cve-2024-7679.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
3 changes: 1 addition & 2 deletions knowledge-base/contextmenu-remove-icon-column.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion knowledge-base/dock-toolwindows-taskbar-winforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
2 changes: 1 addition & 1 deletion knowledge-base/form-titlebar-align-text-winforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions knowledge-base/ganttview-disable-resizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-)
3 changes: 1 addition & 2 deletions knowledge-base/gridview-combobox-popup-width-longest-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion knowledge-base/gridview-custom-filter-multiple-values.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading