This is a migrated thread and some comments may be shown as answers.

Radpane with splitter printing issue

5 Answers 38 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Lee Malo
Top achievements
Rank 1
Lee Malo asked on 16 Dec 2016, 05:19 PM

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

Sort by
0
Vessy
Telerik team
answered on 20 Dec 2016, 12:25 PM
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
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
Vessy
Telerik team
answered on 30 Dec 2016, 03:25 PM
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
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
Vessy
Telerik team
answered on 04 Jan 2017, 10:44 AM
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
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.
Tags
Splitter
Asked by
Lee Malo
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Lee Malo
Top achievements
Rank 1
Share this question
or