I know this is really odd, but I'd like to please a big customer without a lot of custom code. We are using UI for ASP.NET MVC 2014.3.1119 in an MVC project. One of the views displays a horizontal bar chart. We have just added export to PDF on all to all views (not Telerik, but another commercial product). The trouble comes when sending this view to PDF - when there are many bars, the chart is split across multiple pages. Due to some formatting, optional text and such on the view, etc. sometimes it paginates neatly between bars but most often it splits a bar across two pages.
Obviously, this issue exists whether I print from the browser, or use any capture tool (local or server PDF).
I'm just wondering if anyone has encountered this and done some clever math with the gaps and spaces based on actual plot size (not sure how to get that) versus the page size (less margins).
If I have to write code for this math, can I rely on getting the same figures from the Telerik objects for all browsers or are there going to be differences I would have to account for?
Best,
Scott
Obviously, this issue exists whether I print from the browser, or use any capture tool (local or server PDF).
I'm just wondering if anyone has encountered this and done some clever math with the gaps and spaces based on actual plot size (not sure how to get that) versus the page size (less margins).
If I have to write code for this math, can I rely on getting the same figures from the Telerik objects for all browsers or are there going to be differences I would have to account for?
Best,
Scott