Skip to content

Commit 3b6449f

Browse files
committed
Update TreeList CommandItem topic and add reference to it in the export topics
1 parent b00f824 commit 3b6449f

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

controls/treelist/functionality/exporting/overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ In addition to the export format's specific properties, the **ExportSettings** g
4848

4949
````ASPNET
5050
<ExportSettings
51-
ExportMode="DefaultContent"
52-
IgnorePaging="true"
51+
ExportMode="DefaultContent"
52+
IgnorePaging="true"
5353
OpenInNewWindow="true"
5454
FileName="RadTreeListExport1">
5555
</ExportSettings>
@@ -98,3 +98,7 @@ RadTreeList1.Page.Response.ClearHeaders()
9898
RadTreeList1.Page.Response.Cache.SetCacheability(HttpCacheability.[Private])
9999
````
100100

101+
## See Also
102+
103+
* [Command Item for built in export buttons]({%slug treelist/items/command-item%})
104+

controls/treelist/functionality/exporting/pdf/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ position: 0
3434
````ASPNET
3535
<ExportSettings>
3636
<Pdf PageTitle="My Page" PaperSize="A4" RotatePaper="true" />
37-
</ExportSettings>
37+
</ExportSettings>
3838
````
3939

4040

@@ -154,4 +154,7 @@ Most probably you have *DIV* element with specified dimensions or absolute posit
154154
<%--VALID--%>
155155
````
156156

157+
## See Also
158+
159+
* [Command Item for built in export buttons]({%slug treelist/items/command-item%})
157160

controls/treelist/functionality/exporting/xlsx-and-docx-format.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,7 @@ Both **xlsx** and **docx** support exporting of images. The images are included
131131
* No grouping support
132132

133133
* No automatic column/row resizing
134+
135+
## See Also
136+
137+
* [Command Item for built in export buttons]({%slug treelist/items/command-item%})

controls/treelist/items/command-item.md renamed to controls/treelist/items/command-item-builtin-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Command Item
2+
title: Command Item with Export Buttons
33
page_title: Command Item | RadTreeList for ASP.NET AJAX Documentation
4-
description: Command Item
4+
description: Command Item for built in export
55
slug: treelist/items/command-item
66
tags: command,item,export
77
published: True
@@ -12,7 +12,7 @@ position: 2
1212

1313

1414

15-
Since R2 2016 the **RadTreeList** control provides **CommandItem**. The CommandItem is a placeholder for commands that can perform some action on the selected/all items.See the [Command reference](http://docs.telerik.com/devtools/aspnet-ajax/controls/treelist/control-lifecycle/command-reference.html ) topic for details about the available commands.
15+
Since R2 2016 the **RadTreeList** control provides **CommandItem**. The CommandItem is a placeholder for export commands.
1616

1717
![](images/treelist-command-item1.png)
1818

-21.6 KB
Loading

0 commit comments

Comments
 (0)