Skip to content

Commit 38b5543

Browse files
committed
ClientExportManager add new troubleshooting article
1 parent 3b6449f commit 38b5543

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Exporting Pseudo Elements
3+
page_title: Exporting Pseudo Elements | RadClientExportManager for ASP.NET AJAX Documentation
4+
description: Exporting Pseudo Elements
5+
slug: clientexportmanager/troubleshooting/exporting-pseudo-elements
6+
tags: exporting,pseudo,elements
7+
published: True
8+
position: 4
9+
---
10+
11+
# Exporting Pseudo Elements
12+
13+
14+
As of R2 2016 Release in order for pseudo elements to be properly exported the following CSS rule needs to be applied:
15+
16+
````CSS
17+
.kendo-pdf-hide-pseudo-elements:after,
18+
.kendo-pdf-hide-pseudo-elements:before {
19+
display: none !important;
20+
}
21+
````
22+
23+
# See Also

0 commit comments

Comments
 (0)