Skip to content

Commit 9fad1a7

Browse files
committed
fix code blocks spacing
1 parent 51adb49 commit 9fad1a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

controls/grid/functionality/printing/printing.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ In case the PrintButton is hidden you can still use the client print functionali
2121
$find(“RadGrid1”).print();
2222

2323
````
24+
25+
2426
Note that in order for the output to be precise, and for Unicode support, you must declare TrueType fonts explicitly.
2527

2628
>Note that for IE the browser’s popups should be always enabled to have the print functionality properly works.
2729
>
2830
2931
## See Also
3032

31-
* [Demo: RadGrid Print](http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/printing/defaultcs.aspx?isNew=true)
33+
* [Demo: RadGrid Print](http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/printing/defaultcs.aspx?isNew=true)
34+
35+
36+

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

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ All tooltips can be configured through the associated **CommandItemSettings**. A
5252
</telerik:RadTreeList>
5353
<asp:SqlDataSource ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" ProviderName="System.Data.SqlClient" SelectCommand="SELECT EmployeeID, LastName, FirstName, Title, ReportsTo FROM Employees" runat="server"></asp:SqlDataSource>
5454
````
55+
56+
5557
# Command Item in Mobile Render Mode
5658

5759
The command item rendering in mobile mode is different and it is not located in the table rows

0 commit comments

Comments
 (0)