The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a formula in a cell and I change one of the cells that is referenced by the formula. I need to be able to know all the cells that changed and their new values. What event can I use to do that and if it is a range of cells can I enumerate over the cells. All the formulas only refer to a single row.
ADAdministrator Syncfusion Team June 6, 2003 05:15 AM UTC
This is information is currently only available internally to the formula engine.
We have the option of exposing an event that is raised anytime a cell changes as the result of a change in another cell, or to just expose a hashtable you could use to pick up a list of cells that depend on a given cell at any point in your code, or possibly both. Would you have a preference?
If we do the event, I think it would be strictly a notification event, and not an event that you could use to change the actual results of the cell changes. Would this be a problem for you?
Thanks.
MSMartin SquicciariniJune 6, 2003 09:15 AM UTC
Clay,
Let me give you a little more detail. We are using a virtual grid and using the a dataview as our data source. The dataview can be a default view of the entire dataset or a sorted view. The view contains several formula fields and we have added shadow fields to hold the calculated value. I need a way of updating the shadow fields when ever a formula field changes. I think the notification event would satisfy our needs. What would it take to impliment that and what would the time table be?
ADAdministrator Syncfusion Team June 6, 2003 11:41 AM UTC
Changes that we are doing now on the formula engine will be in the first point release after the public release of 1.6, or the 2.0 release whichever is sooner. We will add a notification event anytime a formula is computed on a cell. The 1.6 is available as Release Candidate from these links. The final release on 1.6 will likely be the end of next week.
Read the release notes:
http://www.syncfusion.net/squiffler/patches/v1606/readme.htm
Download the 1.6.0.6 installation (~59meg):
http://www.syncfusion.net/squiffler/patches/v1606/syncfusionessentialsuitesetup.exe
MSMartin SquicciariniJune 10, 2003 02:04 PM UTC
Clay,
We just got our license so we should be notified when the next version becomes available.
ADAdministrator Syncfusion Team June 10, 2003 02:26 PM UTC