yixiaohui12345 / as3xls

Automatically exported from code.google.com/p/as3xls
1 stars 0 forks source link

Editable Cells Disappear #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open xls with cells which are derived by formula
2. Set sheet as dataprovider for DataGrid
3. Set editable=true for DataGrid
4. Click on cell which is derived by formula
5. Click on other cells (usually 3 times)
6. Previous cell values disappear

What is the expected output? What do you see instead?
Expected: Cells change only by text input, Shown: Cell values disappear

What version of the product are you using? On what operating system?
Office 2003 xls with SUM, AVG formulas with Flex SDK 3.2

Please provide any additional information below.

Original issue reported on code.google.com by startupsignup@gmail.com on 12 Feb 2009 at 2:02