I use the following to print the middle pane on my project , but i will get times when the print preview is blank, if you hit cancel then print it will be good, but if you then hit cancel again and hit print again it will once again be blank
function PrintPaneScada(paneID) {
var splitter = $find("RadSplitter1");
var pane =
splitter.GetPaneById(paneID);
if (!pane) return;
var arrExtStylsheetFiles = getTelerikCssLinks2();
pane.Print(arrExtStylsheetFiles);
}
5 Answers, 1 is accepted
0
Hi Lee,
We are aware of the reported behavior and it is related to a limitation in Chrome when a dynamically created document with external CSS files is about to be printed. Nevertheless, we have logged this issue for a further investigation and we will do our best to handle this behavior in our code. You can track the progress of this item here:
https://feedback.telerik.com/Project/108/Feedback/Details/207007
Regards,
Vessy
Telerik by Progress
We are aware of the reported behavior and it is related to a limitation in Chrome when a dynamically created document with external CSS files is about to be printed. Nevertheless, we have logged this issue for a further investigation and we will do our best to handle this behavior in our code. You can track the progress of this item here:
https://feedback.telerik.com/Project/108/Feedback/Details/207007
Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Lee Malo
Top achievements
Rank 1
answered on 29 Dec 2016, 06:27 PM
Any word on this at all? or should I rewrite everything and use a different control ? This is kind of crippling for me
0
Hi Lee,
The linked bug is currently in development and the fix will be most probably included into our next LIB dlls.
I hope this time frame is suitable for you.
Regards,
Vessy
Telerik by Progress
The linked bug is currently in development and the fix will be most probably included into our next LIB dlls.
I hope this time frame is suitable for you.
Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Lee Malo
Top achievements
Rank 1
answered on 03 Jan 2017, 10:28 PM
any idea on time frame for next LIB dlls
0
Hi Lee,
We have released LIB DLLs yesterday, so you should be able to download and test them in your project:
https://www.telerik.com/account/product-download?product=RCAJAX
Regards,
Vessy
Telerik by Progress
We have released LIB DLLs yesterday, so you should be able to download and test them in your project:
https://www.telerik.com/account/product-download?product=RCAJAX
Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.