Skip to content

Commit 2dc09e5

Browse files
authored
Merge pull request #85 from telerik/filter-template-initial
Filter template docs
2 parents 0661226 + 902cb28 commit 2dc09e5

23 files changed

+907
-497
lines changed

_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,15 @@ navigation:
6565
"*components/grid/editing":
6666
title: "Editing"
6767
position: 10
68+
"*components/grid/templates":
69+
title: "Templates"
70+
position: 25
6871
"*components/grid/export":
6972
title: "Export"
70-
position: 24
73+
position: 30
7174
"*components/grid/selection":
7275
title: "Selection"
73-
position: 24
76+
position: 35
7477
"*components/chart/types":
7578
title: "Types"
7679
position: 15

components/grid/hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Enable and configure hierarchy and detail records in Grid for Blazo
55
slug: components/grid/features/hierarchy
66
tags: telerik,blazor,grid,hierarchy,detail,detail template
77
published: True
8-
position: 25
8+
position: 40
99
---
1010

1111
# Grid Hierarchy

components/grid/manual-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to implement your own read, page, fiter, sort operations for th
55
slug: components/grid/manual-operations
66
tags: telerik,blazor,grid,read,filter,sort,page,manual,data,data source
77
published: True
8-
position: 50
8+
position: 55
99
---
1010

1111
# Manual Data Source Operations

components/grid/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Save, load, change the Grid for Blazor state - grouping, sorting, f
55
slug: grid-state
66
tags: telerik,blazor,grid,state,save,load,layout,set,change,management
77
published: True
8-
position: 40
8+
position: 50
99
---
1010

1111
# Grid State

0 commit comments

Comments
 (0)