Posted 3 September 2025, 9:16 am EST
Hi,
We are facing an issue with SpreadJS related to the “deleteDialog” command.
In our application, we are registering a function on the “deleteDialog” command using:
spread.commandManager().register("deleteDialog", function () {...})
This works perfectly in our local environment. However, after deploying the application, the registered function no longer gets triggered.
A few additional details:
- It was working fine in deployed environments earlier, so this is a recent issue.
- We are using the temporary license keys provided for the deployed version.
- No changes have been made to the command registration logic itself.
Could you please help us identify why the “deleteDialog” command is not firing in the deployed environment? Is there any limitation with temporary keys that might affect this behavior?
Looking forward to your guidance on resolving this.
Thanks & Regards,
Kavan Gondalia