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
please advise
Smart client version : 9.1p_2014-09-04
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);
Smart client version : 9.1p_2014-09-04