Hi, What I mean by was to print the whole page with syncfusion grid and other html(bootstrap components).
so I used window.print() - javascript. It prints other html(bootstrap components) but does not print the syncfusion grid part properly.
please have a look at my previous attached screenshot thoroughly.
please give me a response soon.
Thank you.
Kind Regards,
Hi I'm attaching my source code.
basically, the index.cshtml has a partial view for the syncfusion grid.
so, there are other html components as well as syncfusion grid, I need to print them all. so, I use window.print(); - javascript.
the point is that if I use window.print(); then it prints other html components well inside A4 page. but the syncfusion grid part's width is larger than A4 width.
so, it looks out of boundary.
Do I have to modify css for syncfusion grid?
Please give me a response.
Thank you.
Kind Regards,