Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6bf1b1a
Added new kb article datagrid-filtering-ui-customization-keep-only-di…
Oct 21, 2025
a08dfe1
Merge pull request #1264 from telerik/new-kb-datagrid-filtering-ui-cu…
didiyordanova Oct 21, 2025
8dd0d60
Remove duplicate DataGrid_Search_SearchEntryPlaceholder
AHoxha19 Oct 22, 2025
967f336
Merge pull request #1265 from AHoxha19/patch-1
didiyordanova Oct 22, 2025
c6bdd73
Replace password with API key authentication for NuGet
yordan-mitev Sep 9, 2025
00d35cb
Remove password auth method from using-dotnet-cli.md
yordan-mitev Sep 9, 2025
3331d1f
Remove password auth method from using-dotnet-cli.md
yordan-mitev Sep 9, 2025
47a4741
Update Getting Started articles to use API keys instead of passwords
yordan-mitev Sep 9, 2025
dd76d56
Polish NuGet docs
yordan-mitev Sep 9, 2025
1f1e131
update images
didiyordanova Oct 24, 2025
8f9dcb6
Update images and apply the new api key naming
yordan-mitev Oct 24, 2025
01a1c20
update images
didiyordanova Oct 24, 2025
6b58dab
Merge pull request #1267 from telerik/didi/update-images
didiyordanova Oct 24, 2025
e7d42a9
add reset store credentials options.
didiyordanova Oct 24, 2025
260fc45
Merge pull request #1238 from telerik/api-key-as-primary-auth-method
didiyordanova Oct 24, 2025
1a4b40b
update image and add redirect
didiyordanova Oct 24, 2025
b8ee4e8
Merge pull request #1268 from telerik/didi/images-update
didiyordanova Oct 24, 2025
e2442b0
remove control template slug
didiyordanova Oct 24, 2025
8325af7
Merge pull request #1269 from telerik/didi/images-update
didiyordanova Oct 24, 2025
4440fe1
update pickers images, globalization and datagrid combobox column art…
didiyordanova Oct 27, 2025
f406469
Merge pull request #1270 from telerik/didi/update-picker-images
didiyordanova Oct 27, 2025
a22302e
add last commit data
didiyordanova Oct 27, 2025
7871a90
Merge pull request #1271 from telerik/didi/update-picker-images
didiyordanova Oct 27, 2025
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
29 changes: 19 additions & 10 deletions _contentTemplates/common/nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,28 @@ Visit <a href="https://status.telerik.com" target="_blank">status.telerik.com</a
#end

#generate-nuget-key
1. Go to the [**Manage NuGet Keys**](https://www.telerik.com/account/downloads/nuget-keys) page in your Telerik account.
As the Telerik NuGet server requires authentication, the first step is to obtain an API key that you will use instead of a password. Using an API key instead of a password is a more secure approach, especially when working with [.NET CLI]({% slug nuget-dotnet-cli %}) or the [`NuGet.Config` file]({% slug nuget-config %}).

1. Select the **DOWNLOADS** tab and then **Manage NuGet Keys**.
1. Go to the [API Keys](https://www.telerik.com/account/downloads/api-keys) page in your Telerik account.
1. Click **Generate New Key +**.

![Manage NuGet Keys](../../installation/images/manage-nuget-keys.png)
![Manage API Keys](/installation/images/account-generate-api-key.png)

1. To create a new key, select the **Generate New Key** button.
1. In the **Key Note** field, add a note that describes the API key.
1. Click **Generate Key**.
1. Select **Copy and Close**. Once you close the window, you can no longer copy the generated key. For security reasons, the **API Keys** page displays only a portion of the key.
1. Store the generated NuGet API key as you will need it in the next steps. Whenever you need to authenticate your system with the Telerik NuGet server, use `api-key` as the username and your generated API key as the password.

1. Enter a name for the NuGet Key, and then select **Generate Key**.

1. To copy the key, select **Copy and Close**. Once you close the window, you can no longer copy the generated key. For security reasons, the **NuGet Keys** page displays only a portion of the key.

![Copy Generated NuGet Key](../../installation/images/copy-nuget-key.png)
#end

1. Store the generated NuGet API key as you will need it in the next step.
#reset-store-credentials
1. Remove the saved credentials in the [Windows Credential Manager](https://support.microsoft.com/en-us/windows/accessing-credential-manager-1b5c916a-6a16-889f-8581-fc16e8165ac0). These credentials will appear as `nuget.telerik.com` or `VSCredentials_nuget.telerik.com` entries.
2. Remove the Telerik NuGet package source from Visual Studio.
3. If you have added the Telerik package source by using the .NET CLI, try to remove it by running the following commands:
* [`dotnet nuget list source`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-list-source)
* [`dotnet nuget remove source`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-remove-source)
4. Check if you have any credentials stored in `%AppData%\NuGet\Nuget.Config`. If so, remove them.
5. Try to reset the Visual Studio user data by [forcing NuGet to ask for authentication](https://stackoverflow.com/questions/43550797/how-to-force-nuget-to-ask-for-authentication-when-connecting-to-a-private-feed).
6. Restart Visual Studio.
7. Add the Telerik NuGet package source again through Visual Studio or .NET CLI. If you are using the Telerik NuGet feed in a .NET Core application, use a [NuGet API key in the NuGet.Config file]({%slug nuget-config %}).
#end
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion controls/datagrid/columns/cell-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

## See Also

- [ComboBox Column]({%slug datagrid-columns-picker-column %})
- [ComboBox Column]({%slug datagrid-columns-combobox-column %})
- [Template Column]({%slug datagrid-columns-template-column %})
- [Text Column]({%slug datagrid-columns-text-column %})
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ComboBox Column
page_title: .NET MAUI DataGrid Documentation - ComboBox Column
description: Check our &quot;ComboBox Column&quot; documentation article for Telerik DataGrid for .NET MAUI.
position: 5
slug: datagrid-columns-picker-column
slug: datagrid-columns-combobox-column
---

# .NET MAUI DataGrid ComboBoxColumn
Expand All @@ -12,11 +12,11 @@ The `DataGridComboBoxColumn` uses the Telerik UI for .NET MAUI [ComboBox control

## Important Properties

Here are the specific properties defined for `DataGridPickerColumn`:
Here are the specific properties defined for `DataGridComboBoxColumn`:

* `ItemsSource` (`IEnumerable<object>`)&mdash;This property is used when the source of the Picker items is not part of the data and is the same for all items in the grid.
* `ItemsSourcePath` (`string`)&mdash;Specifies a property of your data class that will be used as a source for the Picker control.
* `ItemDisplayBindingPath` (`string`)&mdash;Sets the display path of the items in the Picker selector. It points to a field in the items from the `ItemsSource` collection of the Picker.
* `ItemsSource` (`IEnumerable<object>`)&mdash;This property is used when the source of the ComboBox items is not part of the data and is the same for all items in the grid.
* `ItemsSourcePath` (`string`)&mdash;Specifies a property of your data class that will be used as a source for the ComboBox control.
* `ItemDisplayBindingPath` (`string`)&mdash;Sets the display path of the items in the drop-down. It points to a field in the items from the `ItemsSource` collection of the ComboBox.
* `PropertyName`&mdash;Defines the name of the property of the object type that represents each row within the grid.
* `DataMemberBinding`&mdash;Defines the binding which points to the data member of the underlying object being displayed in the column's cell.
* `HeaderText`&mdash;Defines the content that will be displayed in the Header UI that represents the column.
Expand Down Expand Up @@ -53,7 +53,7 @@ Here are the specific properties defined for `DataGridPickerColumn`:
</telerik:DataGridComboBoxColumn>
```

![DataGrid Picker Column](images/pickercolumn-overview.png)
![DataGrid ComboBox Column](images/pickercolumn-overview.png)

**Example with CellContentTemplate and CellEditTemplate**

Expand Down
2 changes: 1 addition & 1 deletion controls/datagrid/columns/column-types/text-column.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: datagrid-columns-text-column

# .NET MAUI DataGrid TextColumn

A `DataGridTextColumn` converts the content of each associated cell to a `System.String` object.
A `DataGridTextColumn` converts the content of each associated cell to a `System.String` object. The `DataGridTextColumn` uses the Telerik UI for .NET MAUI [Entry]({}%slug entry-overview%}) control in Edit mode.

>note A `DataGridTextColumn` performs better than a `DataGridTemplateColumn`.

Expand Down
2 changes: 1 addition & 1 deletion controls/datagrid/columns/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ Define the `FooterContentTemplate` in the `DataGridColumn`:
## See Also

- [Text Column]({%slug datagrid-columns-text-column%})
- [Picker Column]({%slug datagrid-columns-picker-column%})
- [Picker Column]({%slug datagrid-columns-combobox-column%})
- [Template Column]({%slug datagrid-columns-template-column%})
2 changes: 1 addition & 1 deletion controls/datagrid/columns/frozen-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ Style the splitter UI's `Width`, `BackgroundColor`, `BorderColor` and `BorderThi

## See Also

- [Picker Column]({%slug datagrid-columns-picker-column %})
- [Picker Column]({%slug datagrid-columns-combobox-column %})
- [Template Column]({%slug datagrid-columns-template-column %})
- [Text Column]({%slug datagrid-columns-text-column %})
2 changes: 1 addition & 1 deletion controls/datagrid/columns/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ Customize the column header by using the `HeaderContentTemplate`(of type `DataTe
## See Also

- [Text Column]({%slug datagrid-columns-text-column%})
- [Picker Column]({%slug datagrid-columns-picker-column%})
- [Picker Column]({%slug datagrid-columns-combobox-column%})
- [Template Column]({%slug datagrid-columns-template-column%})
2 changes: 1 addition & 1 deletion controls/datagrid/columns/nested-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Here is how the DataGrid looks:

## See Also

- [Picker Column]({%slug datagrid-columns-picker-column %})
- [Picker Column]({%slug datagrid-columns-combobox-column %})
- [Template Column]({%slug datagrid-columns-template-column %})
- [Text Column]({%slug datagrid-columns-text-column %})
2 changes: 1 addition & 1 deletion controls/datagrid/columns/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Using the built-in auto generation of columns does not fit all scenarios. In suc
* [Boolean Column]({%slug datagrid-columns-boolean-column%})&mdash;An extended `DataGridTextColumn` implementation that presents Boolean data.
* [Date Column]({%slug datagrid-columns-date-column%})&mdash;An extended `DataGridTextColumn` that presents data of type `DateTime`.
* [Time Column]({%slug datagrid-columns-time-column%})&mdash;Represents an extended `DataGridTextColumn` that presents the `TimeOfDay` of a `DateTime` type.
* [ComboBox Column]({%slug datagrid-columns-picker-column%})&mdash;Represents an extended `DataGridTextColumn` which cell value editor is a Telerik.Maui.Controls.RadComboBox control.
* [ComboBox Column]({%slug datagrid-columns-combobox-column%})&mdash;Represents an extended `DataGridTextColumn` which cell value editor is a Telerik.Maui.Controls.RadComboBox control.
* [Template Column]({%slug datagrid-columns-template-column%})&mdash;Represents a column that uses a `DataTemplate` to describe the content of each associated grid cell.
* [ToggleRowDetails Column]({%slug datagrid-columns-toggle-column%})&mdash;Represents a column that allows the user to show and hide the row details for an item.

Expand Down
2 changes: 1 addition & 1 deletion controls/datagrid/columns/reordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ The result on mobile:
## See Also

- [Picker Column]({%slug datagrid-columns-picker-column %})
- [Picker Column]({%slug datagrid-columns-combobox-column %})
- [Template Column]({%slug datagrid-columns-template-column %})
- [Text Column]({%slug datagrid-columns-text-column %})
32 changes: 8 additions & 24 deletions controls/datagrid/columns/width.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Columns Width
page_title: .NET MAUI DataGrid Documentation - Columns Width
meta_title: .NET MAUI DataGrid Documentation - Columns Width
description: Check our &quot;Columns Width&quot; documentation article for Telerik DataGrid for .NET MAUI.
position: 4
previous_url: /controls/datagrid/columns/datagrid-columns-width
Expand All @@ -11,14 +11,14 @@ slug: datagrid-columns-width

This article describes how to set a width to the [.NET MAUI DataGrid]({%slug datagrid-overview%}) column using the `SizeMode` and `Width` properties.

* `SizeMode`(`DataGridColumnSizeMode`)&mdash;Defines the `DataGridColumnSizeMode` value that controls how the column and its associated cells are sized horizontally.
* `SizeMode` (`DataGridColumnSizeMode`)&mdash;Defines the `DataGridColumnSizeMode` value that controls how the column and its associated cells are sized horizontally.
* `Fixed`&mdash;The column has a fixed width as defined by its Width property.
* `Stretch`&mdash;The column is stretched to the available width proportionally to its desired width.
* `Auto`&mdash;The columns is sized to its desired width. That is the maximum desired width of all associated cells.
* `Width`(`double`)&mdash;Specifies the fixed width for the column. Applicable when the `SizeMode` property is set to `DataGridColumnSizeMode`.Fixed.
* `MinimumWidth`(`double`)&mdash;Specifies the minimum width of a column. This property is applicable when setting `SizeMode` column property to `Fixed`. When `MinimumWidth` is set, you can not reduce the width of the column to a value lower than the `MinimumWidth`.
* `Width` (`double`)&mdash;Specifies the fixed width for the column. Applicable when the `SizeMode` property is set to `DataGridColumnSizeMode.Fixed`.
* `MinimumWidth` (`double`)&mdash;Specifies the minimum width of a column. This property is applicable when setting `SizeMode` column property to `Fixed`. When `MinimumWidth` is set, you can not reduce the width of the column to a value lower than the `MinimumWidth`.

* `ActualWidth` (double): Gets the actual width of the column.
* `ActualWidth` (`double`)&mdash;Gets the actual width of the column.

## Example

Expand Down Expand Up @@ -58,10 +58,6 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

>important The `Width` property of columns will apply only when `SizeMode="Fixed"`.

The first and second columns have set widths of 100 and 200, respectively:

![DataGrid Fixes Column Size](../images/datagrid-columns-width-fixed.png)

### Second Scenario when SizeMode="Stretch":

```XAML
Expand All @@ -79,17 +75,13 @@ Where the `telerik` namespace is the following:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
```

The columns take all the available space proportionally. The Width property is ignored.

![DataGrid Stretch Column Size](../images/datagrid-columns-width-stretch.png)

### Third Scenario when SizeMode="Auto":

```XAML
<telerik:RadDataGrid x:Name="grid" AutoGenerateColumns="False">
<telerik:RadDataGrid.Columns>
<telerik:DataGridTextColumn PropertyName="Country" HeaderText="Country" Width="100" SizeMode="Auto"/>
<telerik:DataGridTextColumn PropertyName="Capital" HeaderText="Capital" Width="200" SizeMode="Auto"/>
<telerik:DataGridTextColumn PropertyName="Country" HeaderText="Country" SizeMode="Auto"/>
<telerik:DataGridTextColumn PropertyName="Capital" HeaderText="Capital" SizeMode="Auto"/>
</telerik:RadDataGrid.Columns>
</telerik:RadDataGrid>
```
Expand All @@ -100,10 +92,6 @@ Where the `telerik` namespace is the following:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
```

The columns take only as much space as they need. The Width property is ignored.

![DataGrid Auto Column Size](../images/datagrid-columns-width-auto.png)

### Fourth Scenario with different SizeMode values

Lastly, lets use three columns to fully clarify the `SizeMode` behavior:
Expand All @@ -124,12 +112,8 @@ Where the `telerik` namespace is the following:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
```

The first and the third columns each have a fixed size of 100 and the second column takes all the available space because of SizeMode="Stretch":

![DataGrid SizeMode](../images/datagrid-columns-width.png)

## See Also

- [Picker Column]({%slug datagrid-columns-picker-column %})
- [Picker Column]({%slug datagrid-columns-combobox-column %})
- [Template Column]({%slug datagrid-columns-template-column %})
- [Text Column]({%slug datagrid-columns-text-column %})
Binary file modified controls/datagrid/images/column-footer-style.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified controls/datagrid/images/datagrid-columns-styling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed controls/datagrid/images/datagrid-filtering-ui.png
Binary file not shown.
Binary file removed controls/datagrid/images/datagrid-itemssource.png
Binary file not shown.
Binary file not shown.
Binary file modified controls/datagrid/images/datagrid-row-height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified controls/datagrid/images/datagrid-rowstyle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified controls/datagrid/images/datagrid-rowtemplate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified controls/datagrid/images/datagrid-style-selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed controls/datagrid/images/datagrid-styling.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed controls/datagrid/images/datagrid_localization.png
Binary file not shown.
Binary file not shown.
Binary file modified controls/datagrid/images/datagrid_sorting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified controls/datagrid/images/footer-content-template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion controls/datagrid/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ The table below shows the localization keys available for the DataGrid control a
| `DataGrid_TextOperator_IsEmpty` | `Is empty` |
| `DataGrid_TextOperator_IsNotEmpty` | `Is not empty` |
| `DataGrid_TextOperator_StartsWith` | `Starts with` |
| `DataGrid_Search_SearchEntryPlaceholder` | `Type to Search` |
| `DataGrid_Search_ApplyFilter` | `Filter Results` |
| `DataGrid_Search_CaseSensitive` | `Match Case` |
| `DataGrid_Search_Contains` | `Contains` |
Expand Down
2 changes: 2 additions & 0 deletions controls/datagrid/theming-and-styles/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ The following snippet shows how to set the `SelectionStyle` property:

For styling the `CurrentCell` by using the `CurrentCellStyle` property, review the [Cells]({%slug datagrid-current-cell%}#styling-the-cell) article.

![Styling rows and selected row of the Telerik UI for .NET MAUI DataGrid](../images/datagrid-cells-rows.png)

## Lines

Use the following properties for configuring the DataGrid grid lines:
Expand Down
Binary file not shown.
4 changes: 0 additions & 4 deletions controls/datepicker/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ This article summarizes the localization keys supported by the DatePicker contro

For more details about the localization process of Telerik UI for .NET MAUI components, see the article on [localization and globalization approaches]({%slug globalization-localization%}).

The following image presents the supported localization strings by the DatePicker:

![MAUI localization for DatePicker](images/datepicker-common-localization.png)

## DatePicker Localization Keys

The following table lists the supported localization keys supported by the DatePicker.
Expand Down
Diff not rendered.
4 changes: 0 additions & 4 deletions controls/datetimepicker/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Telerik UI for .NET MAUI DateTimePicker provides language localization. In short

> important To learn in details about the localization process of Telerik UI for .NET MAUI components, please go through the common [Localization and Globalization]({%slug globalization-localization%}) topic.

Check in the image below how the localization strings are presented in Date and Time Picker:

![MAUI localization for DateTimePicker](images/datetimepicker-localization.png)

## See Also

- [Localization and Globalization]({%slug globalization-localization%})
Binary file modified controls/docklayout/images/docklayout_docking_feature.png
Binary file modified controls/docklayout/images/docklayout_getting_started.png
Binary file modified controls/docklayout/images/docklayout_positionlast.png
Binary file modified controls/docklayout/images/docklayout_positiononeside.png
Binary file modified controls/gauge/images/gauge-gettingstarted.png
Diff not rendered.
Binary file modified controls/listpicker/images/looping_gif.gif
4 changes: 0 additions & 4 deletions controls/listpicker/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ The Telerik ListPicker for .NET MAUI provides localization support. The exposed

> important To learn in details about the localization process of Telerik UI for .NET MAUI components, please go through the common [Localization and Globalization]({%slug globalization-localization%}) topic.
Check in the image below how the common localization strings are presented in List Picker:

![.NET MAUI ListPicker localization](images/list-picker-localization.png)

## See Also

* [Localization and Globalization]({%slug globalization-localization%})
Binary file modified controls/map/images/map_getbestview.png
Binary file modified controls/map/images/map_getting_started.png
Binary file modified controls/map/images/map_multiple_selection.png
Binary file modified controls/map/images/map_programmatic_selection.png
Binary file modified controls/map/images/map_shapelayer_labels.png
Binary file modified controls/map/images/map_styling_labelsstyle.png
Binary file modified controls/map/images/map_styling_shapestyle.png
Binary file modified controls/map/images/map_styling_shapestyleselector.png
Binary file modified controls/path/Images/custom_default_paths.png
Binary file modified controls/path/Images/path-gettingstarted.png
Binary file modified controls/path/Images/path_geometry.png
Binary file modified controls/path/Images/path_multipath.png
Binary file modified controls/path/Images/path_styling.png
Binary file modified controls/sidedrawer/images/sidedrawer-gettingstarted.png
1 change: 0 additions & 1 deletion controls/slideview/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ SlideView provides the following properties that control the animation:
- [Executing Commands on Slide Action]({%slug slideview-commands%})
- [Handling the SlideView Events]({%slug slideview-events%})
- [Using an Item Template in SlideView]({%slug slideview-item-template%})
- [Changing the SlideView Appearance through a Control Template]({%slug slideview-control-template%})
- [Styling the SlideView Component]({%slug slideview-navigation-buttons-styling%})
- [Styling the SlideView Indicators]({%slug indicators-styling%})
1 change: 0 additions & 1 deletion controls/slideview/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ Add the SlideView definition.
- [Using Navigation Buttons in SlideView]({%slug slideview-interaction%})
- [Handling the SlideView Events]({%slug slideview-events%})
- [Using an Item Template in SlideView]({%slug slideview-item-template%})
- [Changing the SlideView Appearance through a Control Template]({%slug slideview-control-template%})
- [Styling the SlideView Component]({%slug slideview-navigation-buttons-styling%})
- [Styling the SlideView Indicators]({%slug indicators-styling%})
2 changes: 1 addition & 1 deletion controls/slideview/control-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Control Template
page_title: .NET MAUI SlideView Documentation - Control Template
description: Learn how to control the visual appearence of the .NET MAUI SlideView component throught the Control Template.
position: 17
published: False
slug: slideview-control-template
---

Expand Down Expand Up @@ -184,6 +185,5 @@ The following code snippet represents the default Control Template of the SlideV
- [Executing Commands on Slide Action]({%slug slideview-commands%})
- [Handling the SlideView Events]({%slug slideview-events%})
- [Using an Item Template in SlideView]({%slug slideview-item-template%})
- [Changing the SlideView Appearance through a Control Template]({%slug slideview-control-template%})
- [Styling the SlideView Component]({%slug slideview-navigation-buttons-styling%})
- [Styling the SlideView Indicators]({%slug indicators-styling%})
1 change: 0 additions & 1 deletion controls/slideview/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ Here is a sample SlideView definition with a `VirtualizationMode` set to `None`:
## See Also

- [Item Template]({%slug slideview-item-template%})
- [Control Template]({%slug slideview-control-template%})
1 change: 0 additions & 1 deletion controls/slideview/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ To handle the `CurrentItemChanged` event of `RadSlideView`:
- [Using Navigation Buttons in SlideView]({%slug slideview-interaction%})
- [Executing Commands on Slide Action]({%slug slideview-commands%})
- [Using an Item Template in SlideView]({%slug slideview-item-template%})
- [Changing the SlideView Appearance through a Control Template]({%slug slideview-control-template%})
- [Styling the SlideView Component]({%slug slideview-navigation-buttons-styling%})
- [Styling the SlideView Indicators]({%slug indicators-styling%})
Loading
Loading