We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Circular formula crashes the application

Hi,

When I use a grid with all formula cells and if I enter a formula in cell A1 as =A2 and in A2 as =A1 the program crashes.

Regards
thanvir

1 Reply

AD Administrator Syncfusion Team August 9, 2007 05:16 PM UTC

If you set this property, the grid will flag this error as your user enters the circular reference.

GridFormulaEngine engine = ((GridFormulaCellModel)gridControl1.CellModels["FormulaCell"]).Engine;
engine.DoCircularCheckInValidating = true;

Loader.
Live Chat Icon For mobile
Up arrow icon