Looking for information how to create export file in XML format. Is there any instructions?
1 Answers
Hi,
You can use on_export event handler callback function and have you own export code.
For reference you can refer this code:
Code: https://www.gridphp.com/demo/demos/export/export-custom.phps
Demo: https://www.gridphp.com/demo/demos/export/export-custom.php
Your Answer