SaveCellInfo called in a loop while saving formula.

Hello,

I have virtual grid (7.1.0.30) and some cells are specified as formula ones. While editing it I'm puting simple formulas (e.g. =a3) and after that SaveCellInfo is called in an endless loop while. Please help.

Eugene


1 Reply

JJ Jisha Joy Syncfusion Team April 2, 2009 10:37 AM UTC

Hi Eugene,

Thank you for your interest in Syncfusion Products.


To use the formula engine, there must be a FormulaTag object for each cell. In a non virtual grid, this is stored in the cell's GridStyleInfo object. But for a virtual grid, there is no GridStyleInfo object stored for each cell, hence the problem. One solution is to maintain a collection of FormulaTags for the cells that are formula cells.

Please refer the following sample for the implementation:

http://files.syncfusion.com/support/Grid.Windows/54786/main.htm

Please let me know if this helps.

Regards,
Jisha


Loader.
Up arrow icon