If I enter a bad formula into the WPF XamSpreadSheet, such as "=sum(1+...+50)", I get an endless display of error dialogs and am not able to clear or continue working on the formula. For all practical purposes it locks up our software.
How can I get out of this endless loop.
Richard
Consider restricting the user input for formulas by validating formulas before they're entered into the cell. This would prevent invalid formulas from being submitted in the first place.