Export to CSV/Excel functionality on VBCS
Summary
Export to CSV/Excel functionality on VBCS downloads Empty file on the first clickContent
I have created a array data provider(ADP) which fetches data based on the parameters passed in the page. there is export button which download the data from the ADP. When i click for the first time it downloads empty file , then when i click on second time it downloads data. I have a event triggered when clicked to fetch the data from service connection to ADP var. unfortunately file is downloaded before the data is fetched hence every other click i will get old data. Please help
0