Skip to content

Commit 3f1d14c

Browse files
committed
update slug syntax
1 parent 6775941 commit 3f1d14c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
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)