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 ?)
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 ?)