Skip to content

Commit

Permalink
Merge pull request #862 from telerik/didi/fix-slug
Browse files Browse the repository at this point in the history
Small updates.
  • Loading branch information
didiyordanova authored Jun 27, 2024
2 parents aa4ebe7 + baad41d commit de97eb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion controls/richtexteditor/toolbar/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ By default, the `RadRichTextEditorToolbar` Items are auto-populated. You can cha

To attach the RichTextEditor control to the `RadRichTextEditorToolbar` control, you need to set the `RichTextEditor` (from type `RadRichTextEditor`) property. All toolbar items execute their actions against the specified rich text editor.

<snippet id='richtexteditor-getting-started-xaml' />
```XAML
<Grid RowDefinitions="Auto, *">
<telerik:RadRichTextEditorToolbar RichTextEditor="{x:Reference richTextEditor}"/>
<telerik:RadRichTextEditor x:Name="richTextEditor"
Grid.Row="1"/>
</Grid>
```

On Mobile, the `RichTextEditorToolbar` is horizontally scrollable, so that the toolbar items can be accessed:

Expand Down
2 changes: 1 addition & 1 deletion controls/tabview/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Data Binding
page_title: .NET MAUI TabView Documentation - Data Binding
description: Learn what are the options for data binding in Telerik UI TabView for .NET MAUI control.
position: 2
position: 3
slug: tabview-data-binding
---

Expand Down
5 changes: 3 additions & 2 deletions upgrade/breaking-changes/7-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ The changes described in the Common Changes section apply to multiple components
## Chart

The following properties are removed due to the obsolete tag:
* `Behaviors` property of the `RadCartesianChart`
* `ChildPropertyChanged` event of the `RadCartesianChart`

* `Behaviors` property of the `RadCartesianChart`
* `ChildPropertyChanged` event of the `RadCartesianChart`

0 comments on commit de97eb5

Please sign in to comment.