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

showPrintPreview RTL

$
0
0
Hello everybody,

I am using isc.Canvas.showPrintPreview(listGridId) to print the listGrid content but when the user screen in RTL the printPreview comes from Left to right LTR (i.e the listgrid fields render from left to right), I tried to use the below code to resolve the issue but no luck

Code:

var properties = {align:"right"};
isc.Canvas.showPrintPreview(listGridId,null, properties);
or
isc.Canvas.showPrintPreview(listGridId,properties, properties);

please advise

Smart client version : 9.1p_2014-09-04

Viewing all articles
Browse latest Browse all 4756

Trending Articles