Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

showPrintPreview with a "big" listgrid

$
0
0
Smart client version: v8.3p_2013-05-28 (2013-05-28)
Browser: Google Chrome 27.0.1453.94 m

when calling the method showPrintPreview on a listgrid containing 1000 records with 15 columns as follow :

isc.Canvas.showPrintPreview(empList_$$,{},{},
function() { alert ("showPrintPreview done"); } );

, it takes more or less 20 secs before the preview windows comes up ...

the callback is only fired after the preview is done so the user cna not cancel the request ...

What is the best approach to optimize it ? (is paging - async possible ?)

Viewing all articles
Browse latest Browse all 4756

Trending Articles