Kendo UI Excel export, generating multiple files, not refreshed properly?
问题 I have a single page app, that often creates new data from an array var searchData = new kendo.data.DataSource({data: buildData}); and then displays it in a grid, this all looks good except the excel export missbehaves as follows: run one search and the excel export works fine. run a second search and the excel export downloads 2 files, the first being a repeat of the results of the first search, the second file being the new search. run a third search and the excel exports three files....