Hi guys,
Two questions.
Using function $(gridname).jqxGrid(‘exportdata’, ‘xls’, ‘jqxGrid’);
– it exports raw data – if there is a cell renderer its value is ignored. Any way to get around that so that values in excel will be those rendered rather then oryginal ?
– using this function causes “beforeunload” event to be triggered on the window. I have a listener on it to warn users that they are about to exit an application (user req). Exporting to excel doesn’t cause application to exit but still triggers that event. Is that a proper behaviour and how could I get around it ?
and lastely – users want a “cancel” button on the notificaton window shown during jsondata loading. Yes, i know it’s barely visable and usually doesn’t stay up for more then fraction of the second but they wrote it into the requirements and are fixated on this subject. Any ideas ?
Thanks guys,
Bart