Hi,
I using Kendo Jquery to export .pdf a content of div have fomat as bellow :
<div class ="row" id="exportpdf">
<div class="col-6">
<div id="grid1"></div>
</div>
<div class="col-6">
<div id="grid2"></div>
</div>
</div>
picture in attachment file.
How do export with this layout to .pdf.
Many thanks !