Hello,
I am trying to export multiple grids in a single excel file from button, but I am not able to achieve that.
I realized that this section is not available in the Grid Exporting section.
I need help in doing this.
I am calling the function from the button click function, but it is not reaching the server
<script type="text/javascript">
$('#exportAll').click(function () {
ej.Grid.exportAll('ExportTransactions2', ['TransactionsGrid']);
});
</script>
Additionally, I wonder if it's possible to create a GridModel without a grid in the view, in order to export an excel file without an associated grid.
Thanks in advance for your support in this matter.
Jair