AD
Administrator
Syncfusion Team
March 21, 2005 09:51 PM UTC
Yes.
You can handle the CurrentCellStartEditing event, and if grid[grid.CurrentCell.RowIndex, grid.CurrentCell.ColIndex].CellType == "FormulaCell", you can set e.Cancel = true. This will prevent the formula cells from being editable without using the ReadOnly property which locks out style changes.
AD
Administrator
Syncfusion Team
March 22, 2005 02:59 PM UTC
We have corrected this problem in our library code.
In the next release(it is in the works, but I do not know when), formula cells which are readonly will be properly calculated and displayed with the values being cached in the FormulaTag object avoiding this CPU spike.