Skip to content

Commit e5060a7

Browse files
committed
update slug syntax
1 parent c202a15 commit e5060a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

common-features/adaptive-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Three breakpoints define the rendering options as follows:
6969

7070
## Customize the Default Adaptive Breakpoints
7171

72-
You can customize the [above-listed default adaptive breakpoints](#rendering-specifics) at the root level by configuring the [`<TelerikRootComponent>`]({%slug rootcomponent-overview%}). To specify your desired breakpoints:
72+
You can customize the [above-listed default adaptive breakpoints](#rendering-specifics) at the root level by configuring the [`<TelerikRootComponent>`](slug://rootcomponent-overview). To specify your desired breakpoints:
7373

7474
1. Wrap the content of the `<TelerikRootComponent>` (`@Body` and potentially other elements) in `<ChildContent>` tag.
75-
1. Add the `<RootComponentSettings>` component inside the [`<TelerikRootComponent>`]({%slug rootcomponent-overview%}).
75+
1. Add the `<RootComponentSettings>` component inside the [`<TelerikRootComponent>`](slug://rootcomponent-overview).
7676
1. Add the `<RootComponentAdaptiveSettings>` component inside the `<RootComponentSettings>` tag and configure its properties:
7777

7878
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)

components/colorpicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The ColorPicker tag exposes the following features through its attributes:
7474

7575
| Parameter | Type and Default Value | Description |
7676
| --- | --- | --- |
77-
| `AdaptiveMode` | `AdaptiveMode` <br /> (`None`) | The [adaptive mode]({%slug adaptive-rendering%}) of the component. |
77+
| `AdaptiveMode` | `AdaptiveMode` <br /> (`None`) | The [adaptive mode](slug://adaptive-rendering) of the component. |
7878
| `Value` | `string` | The ColorPicker value in a few [different color formats](#supported-value-formats). Supports two-way binding. |
7979
| `ValueFormat` | `ColorFormat` enum <br /> (`Rgb`) | Sets the color format, which the component will return in the application code - `Rgb` or `Hex`. |
8080
| `ColorPickerViews` | `RenderFragment` | A nested container to list the [ColorPicker views](slug://colorpicker-views). All views are enabled by default and the user can switch between them with the buttons. Each view tag has its own configuration attributes. |

knowledge-base/grid-cannot-open-dropdown-in-navigable-grid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ When the Grid keyboard navigation is enabled, the table cells automatically gain
3333

3434
## Solution
3535

36-
Normally, editor components belong to [`<EditorTemplate>`]({%slug grid-templates-editor%})s, but this article assumes that editor templates are not an option. Thus, other possible options include:
36+
Normally, editor components belong to [`<EditorTemplate>`](slug://grid-templates-editor)s, but this article assumes that editor templates are not an option. Thus, other possible options include:
3737

38-
* If data operations like sorting and filtering are not necessary for the affected columns, place buttons or dropdown components like ComboBox or DropDownList inside a [Grid Command Column]({%slug components/grid/columns/command%}) instead. Grid command columns do not gain focus automatically when a nested focusable element is clicked.
38+
* If data operations like sorting and filtering are not necessary for the affected columns, place buttons or dropdown components like ComboBox or DropDownList inside a [Grid Command Column](slug://components/grid/columns/command) instead. Grid command columns do not gain focus automatically when a nested focusable element is clicked.
3939
* If data operations for the affected columns are required, then use a container with `@onclick:stopPropagation` inside the `<GridColumn>` template. This will prevent the Grid from knowing about the clicks, so the data cell will not gain focus automatically.
4040

4141
>caption Using dropdowns, buttons and other focusable elements inside a navigable Grid
@@ -123,5 +123,5 @@ Normally, editor components belong to [`<EditorTemplate>`]({%slug grid-templates
123123
## See Also
124124

125125
* [Grid Keyboard Navigation Demo](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
126-
* [Grid Column Template]({%slug grid-templates-column%})
127-
* [Grid Command Column]({%slug components/grid/columns/command%})
126+
* [Grid Column Template](slug://grid-templates-column)
127+
* [Grid Command Column](slug://components/grid/columns/command)

0 commit comments

Comments
 (0)