Hi,
I have some questions regarding the export feature in list grid.
1) When the whole data is available on the client side shouldn't the export feature directly export the client side data instead of specifically calling the exportclientdata() to do it. It instead does a server side query though the client side has the whole data pertaining to that criteria.
2) When the export output for the same data changes, it queries the database again. This need to be avoided. I export a data in CSV format and then in XLS, it queries twice.
3) How to have multi-row, multi-column header in export file (XLS) using the setHeader in the DsRequest?
4) Also when I have multi line header using <br> in column header title, the same appears in the Export file. How to correct this?
Version: smartgwtee 3.0
Thanks.
I have some questions regarding the export feature in list grid.
1) When the whole data is available on the client side shouldn't the export feature directly export the client side data instead of specifically calling the exportclientdata() to do it. It instead does a server side query though the client side has the whole data pertaining to that criteria.
2) When the export output for the same data changes, it queries the database again. This need to be avoided. I export a data in CSV format and then in XLS, it queries twice.
3) How to have multi-row, multi-column header in export file (XLS) using the setHeader in the DsRequest?
4) Also when I have multi line header using <br> in column header title, the same appears in the Export file. How to correct this?
Version: smartgwtee 3.0
Thanks.
Comment