Hello All,
When I specify width columns in my css, the pdf grid export does not break page correctly. It breaks page in the middle of a row...
Here is a sample from Alex (https://dojo.telerik.com/@bubblemaster/UQOcIs/2). Please add code my css to specify width columns and export the pdf:
.k-pdf-export colgroup > col:nth-child(1) {
width: 80px !important;
}
.k-pdf-export colgroup > col:nth-child(2) {
width: 55px !important;
}
You will see that it does not break page when it should.
I can't understand why.
Any idea ?
Thank you