Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi, 

There is an issue with functions after spreadsheet has been saved and loaded.

After that when I change values in cells that the function is using the result is not recalculated.



Steps to reproduce issue:

  1. Add some values and a function
Empty

Empty

2. Click save button, next click load button. On load I've added some timeouts to destroy spreadsheet component and create fresh one. This imitates behavior of my application, when I load json from database when user opens site.
3. Change some value in the cells that are used by the function.

Expected: function recalculates result

Actual: result is not changing

Empty