Skip to content

Commit 3b011c9

Browse files
committed
chore(Grid): link kb
1 parent afc55ee commit 3b011c9

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

_contentTemplates/grid/common-link.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,7 @@ Therefore, we advise that you do not set `Locked=false` for child columns of loc
211211
The keyboard navigation in the multi-column headers follows the functionality of Excel.
212212

213213
#end
214+
215+
#using-components-in-templates
216+
See specifics and example in this knowledge base article: [Using Components in Grid Templates]({%slug grid-kb-using-components-in-templates%}).
217+
#end

components/grid/columns/command.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ The following code example demonstrates declarations and handling.
219219
220220
![Blazor Grid Command Column Result](images/command-column-result.png)
221221

222+
## Using Components in Grid Command Column
223+
224+
@[template](/_contentTemplates/grid/common-link.md#using-components-in-templates)
225+
222226
## See Also
223227

224228
* [Live Demo: Grid Command Column](https://demos.telerik.com/blazor-ui/grid/editing-inline)

components/grid/hierarchy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ The following articles and sample projects can be helpful when implementing hier
119119

120120
* [Custom Excel Export that Includes Hierarchy](https://github.com/telerik/blazor-ui/tree/master/grid/export-to-xlsx-hierarchy)
121121

122+
## Using Components in Grid Detail Templates
123+
124+
@[template](/_contentTemplates/grid/common-link.md#using-components-in-templates)
122125

123126
## See Also
124127

components/grid/templates/column.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ The example below shows how to:
100100
101101
## Using Components in Grid Column Templates
102102

103-
See specifics and example in this knowledge base article: [Using Components in Grid Templates]({%slug grid-kb-using-components-in-templates%})
104-
103+
@[template](/_contentTemplates/grid/common-link.md#using-components-in-templates)
105104

106105
## See Also
107106

components/grid/templates/row.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Render the entire row with your own code and logic
6262
6363
![Blazor Grid Row Template](images/row-template.png)
6464

65+
## Using Components in Grid Row Templates
66+
67+
@[template](/_contentTemplates/grid/common-link.md#using-components-in-templates)
68+
6569

6670
## See Also
6771

knowledge-base/grid-using-components-in-templates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ This applies to the following Grid elements:
4040
* [RowTemplate]({%slug grid-templates-row%})
4141
* [Template]({%slug grid-templates-column%})
4242

43-
> caption Seting @key to child components inside Grid templates
43+
>caption Setting @key to child components inside Grid templates
4444
4545
<div class="skip-repl"></div>
4646
````RAZOR Home.razor
4747
@using YourAppName.Data
48+
4849
<ul>
4950
<li>Filter and sort the Grid to see the difference between the two columns.</li>
5051
<li>Group the Grid by the first column to test the GroupFooterTemplate.</li>

0 commit comments

Comments
 (0)