You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are more than one interactive grid on a page, each time the "Download" dialog is opened in a new grid, more XLSX buttons are added. First time we have 1 button (OK), in a second grid there will be 3 buttons, calling download again in the first grid will show 4, calling from another grid adds 4 buttons etc. The number of buttons is growing until they are shown outside the dialog and cover all the screen...
I tried to fix the code IG2MSEXCEL.js adding $("button").remove(".ir-to-ms-excel-button"); before the section where a new button is appended in the function addDownloadXLSXiconToIG, but it only helped to create only one button on each call (so it is not a Fibonacci sequence).
Best regards
Natalia
The text was updated successfully, but these errors were encountered:
Hi Pavel,
If there are more than one interactive grid on a page, each time the "Download" dialog is opened in a new grid, more XLSX buttons are added. First time we have 1 button (OK), in a second grid there will be 3 buttons, calling download again in the first grid will show 4, calling from another grid adds 4 buttons etc. The number of buttons is growing until they are shown outside the dialog and cover all the screen...
I tried to fix the code IG2MSEXCEL.js adding $("button").remove(".ir-to-ms-excel-button"); before the section where a new button is appended in the function addDownloadXLSXiconToIG, but it only helped to create only one button on each call (so it is not a Fibonacci sequence).
Best regards
Natalia
The text was updated successfully, but these errors were encountered: