Im am using jqxgrid export data functionality:
$("#jqxGrid").jqxGrid('exportdata', 'xls', fileName);
But this causes the data to leave encrypted connection and be sent over unencrypted connection. And third party can easily read the data. Since it may be sensitive information, is it possible for me to prevent it from leaving secure connection while still using the feature?