We are using the Kendo PDF export library in our Angular 8 application to export the page into PDF and using the page break feature. It works fine but sometimes it breaks the UI and display single box into 2 pages and breaking internal content of page onto 2 pages (Screenshot is attached the for the reference and understanding of the issue).
We tried with different styling but no luck, can someone help us on the urgent basis.
Hi Team ,
Do kendo spreadsheet (Angular) support Mutli-column header feature, could you please provide us with some help on the same earliest.
Note: I have highlighted the Muti column header feature in sky blue color for your reference.
Hi,
There are certain xlsx files that does not get open due to formatting done in the file. In latest version https://kendo.cdn.telerik.com/2021.2.616/js/kendo.all.min.js. tested in https://dojo.telerik.com/osEdEBeJ/2 , we saw a dialog showing the list of errors. Is this implemented as part of this release? As with the older versions https://kendo.cdn.telerik.com/2020.2.513/js/kendo.all.min.js , the dialog was not there and we could see error only in console.
When we integrated the scripts in actual application the dialog was not showing. Is there any specific way to open the error dialog?
Can we customize the error template?
Regards,
Jaspreet
Hello,
I have a master kendo grid which has records of different types in it (implemented using HTML+JQuery).
I wish to use the 'Detail Template' for the records
However the details grid needs to be different for each record type (the columns of the detail grid will differ for each master record).
From the documentation I could figure out only 1 detail template can be provided in the master grid.
Can I have different detail templates based on the master grid record type?
Alternatively is there any other approach I can take to implement this functionality?
Any help appreciated.
Hello,
I'm having a problem updating the model in a Grid Editing with kendo AngularJS.
It looks like the model updates if the field in the schema is set to editable: false but it does not update when is editable: true
here is a DEMO with both inline and popup editing.
When selecting Detroit from the City, the Country should change to USA. It does not do that when the field Country has editable: true, but if you change that to editable: false the page works. The goal here is to have USA selected by default by still give the user the ability to change the Country manually.
https://dojo.telerik.com/usIWIyIS
Is there any way to make this work?
How to pass additional data to asp.net controller using kendo.saveas method with forceProxy=true?
Cause I want to send uid to server, so that it will be placed to cookie there. And after that I will check cookie periodically, so that if it's not undefined I can do something.

Hi,
I have bind dynamic kendo grid with multiple rows in footer. But, here horizontal scroll display with content. How Do I display Horizontal scroll bar under footer in kendo grid?
Please anyone give me suggestion....
Right now, I would be needing something like this below. To insert a base64 file in the timeline card item:
<div class="k-card-description">
<embed type="application/pdf" src="data:application/pdf;base64,sdfghasdfquqasdfjasdf">
</div>Insert within the timeline item card, some way to view PDF files. I know there is also the PDF viewer component of Kendo.
Is there any way to do this?
