Skip to content

Commit d0c324b

Browse files
chore(common): move kb images to dedicated folder
1 parent 87e0347 commit d0c324b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

knowledge-base/grid-three-level-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ Put nested `<TelerikGrid>` instances in the `DetailTemplate` of their parents. T
100100
}
101101
````
102102

103-
![](three-level-hierarchy-grid.png)
103+
![](images/three-level-hierarchy-grid.png)
104104

knowledge-base/nest-render-fragment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ followed by
2424

2525
> `The child content element 'DetailTemplate' of component 'TelerikGrid' uses the same parameter name ('context') as enclosing child content element 'DetailTemplate' of component 'TelerikGrid'. Specify the parameter name like: '<DetailTemplate Context="another_name"> to resolve the ambiguity`
2626
27-
![](nested-render-fragment-error.png)
27+
![](images/nested-render-fragment-error.png)
2828

2929
## Solution
3030

0 commit comments

Comments
 (0)