We are using the PDFExport component to generate a PDF version of our report, which consists of 128 components with a mixture of HTML tables and chartjs outputs. On chrome the report generates, however it takes around 1 minute due to the sheer number of components we have. The final page size is 59 pages and is just under 1MB in size
When we try and use the same logic inside IE11,the report never downloads and we can see the CPU go up to 100%. Are there any options we can use with the PDFExport component to try and increase the performance?
Hello,
I have a grid on an oData datasource with pageable on. Using ExcelExport only gives the first page of the paged data. Is there an option like "allPages" in the jQuery version of the grid?
I have a panel bar and grid in same page. I want to calculate available width/ space on the screen and assign the same width to the grid. So that grid will have same width. It will not grow beyond that. It there any way to do that.
Regards,
Mukesh
Hello,
Is there any possibility to add image editor to kendo upload component?
I was able to create custom listitem that has image editor inside, however I'm not able to make use of it while uploading file to the server. Is there any way to modify UploadFileInfo object and content of the file or at least to send request with custom body? In documentation it is mentioned only beforeUpload event.
In kendoUI for Jquery there is upload event: https://docs.telerik.com/kendo-ui/api/javascript/ui/upload/events/upload
Is there anything like that in Kendo React?
Regards
Hi,
I am setting SVG imageUrl using a recursion call for all the items on PanelBar for Parent as well as Children. When I refresh the page, the SVGs don't load. When I hover over it, they loads ( Only SVG issue, Item labels load correctly ).
Please note that I don't bind individual items on PanelBar using PanelBarItems. I read the data from json and set them to PanelBar in one go using
children={panelBarItems}
where panelBarItems are read from json object. Json object does not have imageUrl so I map that object to have the imageUrl. How to resolve this issue ?
Regards,
Vinod
How can I delay the sorting feature of an editable Kendo React Grid until the user has completed and saved the inline edit of a sortable column field?
Thanks,
Jim
SKF USA, Inc.
We have a requirement to functionally export our grid data using the ExcelExport module. I have successfully used your given examples to export a single grid's data. However, I don't see any examples of performing an ExcelExport of both a Parent and Child grids' data in the documentation.
1) Is it possible to do this?
2) Can you provide an example (if possible) of performing an ExcelExport of both a Parent and Child grids' data?
Thanks again for your excellent support.
Jim
SKF USA, Inc.
I want to decrease height of grid pager, I tried doing that through CSS but selected page number is getting shrinked.
I am using kendo theme builder to generate css styles,
Is there any way that i can achieve that modifying sass variables which leads to modify all corresponding classes.