Skip to content

Commit 801a39b

Browse files
authored
Fix Invalid code language assp.net
1 parent 79e54e3 commit 801a39b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

knowledge-base/grid-export-to-pdf-excel-image-header.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ tags: grid, grid excel, grid pdf, excel export, pdf export
1111

1212
## Environment
1313

14-
<table>
15-
<tbody>
16-
<tr>
17-
<td>Product</td>
18-
<td>Telerik WebForms Grid for ASP.NET AJAX</td>
19-
</tr>
20-
</tbody>
21-
</table>
14+
| Product | Telerik WebForms Grid for ASP.NET AJAX |
15+
| --- | --- |
16+
| Version | all |
2217

2318
## Description
2419

@@ -53,7 +48,7 @@ Markup - CommandItemTemplate containing an Image
5348

5449
Of course, the **CommandItem** does not have to be visible at all times, you can use the following approach to only show it during the export event.
5550

56-
````ASSP.NET
51+
````ASP.NET
5752
<MasterTableView ... CommandItemDisplay='<%# (RadGrid1.IsExporting) ? GridCommandItemDisplay.Top : GridCommandItemDisplay.None %>'>
5853
````
5954

@@ -160,4 +155,4 @@ End Sub
160155

161156
**DOWNLOAD** the sample project: [grid-export-to-pdf-excel-image-header.zip](files/grid-export-to-pdf-excel-image-header.zip)
162157

163-
158+

0 commit comments

Comments
 (0)