Spread for Web Forms Fixed Problems
The problem tracking number appears in brackets [ ] after the description of each of the fixed problems.
To search for a particular keyword or problem tracking number,
select the Edit->Find menu option in the browser.
| Version 1.0.8.0
| Version 1.0.7.0
| Version 1.0.6.0 |
| Version 1.0.5.0
| Version 1.0.4.0
| Version 1.0.3.0 |
| Version 1.0.2.0
| Version 1.0.1.5
| Version 1.0.1.0
|
Version 1.0.8.0 (Release Date 1/3/2005)
Technical Problems Fixed
fpSpread component
- The SetClip method now uses True to set a check box cell type. [15422]
- The FormatString property of the general cell type now works correctly with large numbers. [15404]
Version 1.0.7.0 (Release Date 11/11/2004)
Technical Problems Fixed
fpSpread component
- The Spread component now exports headers with multiple lines of text to an Excel-formatted file correctly. [15337]
- Sorting in the data area now works correctly when there is a span in the column header or row header. [15311]
- The SortRows method now sorts a null value when an ICompare interface is implemented. [15278]
- The Spread component now saves the formatting correctly when opening and saving an Excel-formatted file. [15277]
- Selecting an item in a custom combo box cell type now works correctly. [15204]
- The Spread component now exports certain header information correctly. [15065]
- Integers now work correctly with a general cell type that has custom number formatting. [15044]
- The Spread component now loads properly with Hebrew regional settings. [15038]
- The Spread component now exports certain formatting to an Excel-formatted file correctly. [14824]
- Loading an Excel-formatted file with external links now loads correctly. [14727]
- The SaveExcel method with the header option now saves column headers when the control is bound and the data is sorted. [14615]
Version 1.0.6.0 (Release Date 6/24/2004)
Technical Problems Fixed
fpSpread component
- Exporting a RadioButtonListCellType cell to an Excel-formatted file now works correctly. [14582]
- Loading a Spread-generated Excel-formatted file into Excel now works correctly. [14556]
Version 1.0.5.0 (Release Date 6/7/2004)
Technical Problems Fixed
fpSpread component
- Adding rows to a bound Spread component no longer causes hidden columns to become visible on the new row. [14387]
- The PaintCell method now works correctly. [14383]
- Opening a Spread-generated Excel-formatted file no longer causes the program to stop responding. [14328]
- Opening an XML file (generated by using the Save method with the dataOnly parameter set to true) now works correctly when there are more than three columns. [13803]
Version 1.0.4.0 (Release Date 5/6/2004)
Technical Problems Fixed
fpSpread component
- The AddSelection method now works correctly when clearing and setting the selection. [14172]
- The validation colors now show up correctly for a date cell type when the RenderCSSClass property is true. [13920]
- Spread now handles the error message when typing a minus sign in a double cell type. [13917]
- Formulas are now saved correctly when saving to an Excel-formatted file. [13890]
- The formatting now works correctly when setting the CurrencyDecimalSeparator property or
CurrencyGroupSeparator property on the NumberFormatInfo class. [13873]
- Cells with multiple lines are now exported correctly with the SaveExcel method. [13691]
- Pasting blank rows or columns of data in the Spread component now works correctly. [13680]
- Child sheets now work correctly when sorting a bound hierarchical Spread component. [13648]
- The SaveExcel method now generates a number cell format from a double cell type. [13641]
- The Deserialize method for the NumberFormatInfo object now checks for an empty string correctly. [13560]
- Using the SetActiveCell method in the onActiveCellChanged event now works correctly. [13537]
- The EncodeValue property now works with child sheets in a hierarchical Spread component. [13374]
- The OpenExcel method now loads locked columns correctly. [13320]
- Clicking on the Add Row icon after hiding column 0 no longer gives an invalid row index error. [13117]
- A format string of $#,###.00 in a general cell now works correctly. [12590]
- Using the Add method to add a row to the last row now works. [12017]
Version 1.0.3.0 (Release Date 9/29/2003)
Technical Problems Fixed
fpSpread component
- The control now supports upper-level browsers on different language servers.
Previously, the control reverted to down-level browser support when the server
had regional settings set to a language that used commas as the decimal separator.
- The RenderCSSClass property has been added to the FpSpread class. When this property is True,
the Spread outputs the style attributes as a cascading style sheet (CSS) style block
and assigns the CSS class name to the cells. This reduces the page size.
In the case of loading Excel-formatted files, the page size can be reduced by up to 50 percent.
- The formula is now updating on postback when bound to a dataset. [12448]
- Setting the Globalization to Korean no longer causes an exception when posting back Korean characters. [12440]
- Now locked cells correctly prevent the data from being removed when pressing either Ctrl+X
or the Cut button. [12349]
- Clicking Cancel on the Sheets Collection editor no longer causes a conflict with .NET. [12326]
- When attaching the onChange event through an HTML component from
the EditorClientScriptURL property for a custom combo box cell,
the event no longer fires twice when making a selection. [12208]
- Setting the SelectedBackColor property to Color.Transparent
to cells that have a BackColor set now works correctly. [12156]
- If you create a custom cell type with a drop-down list,
you can now scroll the drop-down list. [12138]
- The onActiveCellChanged event is now firing on the client side
when you use the arrow keys to change the active cell. [12110]
- The control now can resize to smaller than its initial size
with the control in a table cell and the absolute positioning turned off. [12086]
- The column headers now display properly on the control
when the row headers are not displayed under Microsoft Internet Explorer 5.5. [12079]
- The control correctly opens an Excel-formatted file. [12051]
Version 1.0.2.0 (Release Date 5/28/2003)
Technical Problems Fixed
fpSpread component
- Internal issues resolved.
Version 1.0.1.5 (Release Date 4/29/2003)
Technical Problems Fixed
fpSpread component
- Numeric values exported to an Excel-formatted file from text cells are now handled as numbers in Excel. [11810]
- The SpreadCommandEventArg class CommandArgument and CommandName properties
both handle inserting rows by returning the row index and adding a row by returning -1. [11717]
- Setting the SpreadCommandEventArg class Handled property to True
now correctly cancels the sorting. [11687]
- OpenExcel method no longer fires a Parse Exception when importing from an Excel-formatted file. [11685]
Version 1.0.1.0 (Release Date 2/28/2003)
Technical Problems Fixed
fpSpread component
- Files round-tripped to and from Excel no longer cause unexpected formula errors. [11613]
- Setting the RowCount property at design time no longer prevents rows from being hidden at run time. [11610]
- The Spread component now operates correctly in a custom control. [11562]
- Problems with data from the client when the Spread component is in a user control have been resolved. [11545]
- Extra spaces are now handled properly in LabelCellType cells. [11535]
- Custom names in Excel-formatted files are now importing correctly. [11527]
- General cells (GeneralCellType) now correctly accept and format single data type values. [11476]
- The routine used to save colors when you save to an Excel-formatted file has been optimized. [11377]
- Saving a file to an Excel-formatted file is now correctly saving style settings. [11377]
- Spaces in text in cells are now displayed correctly. [11369, 11535]
- Changing the displayed hierarchy views no longer causes a relation error. [11368]
© 2002-2006, FarPoint Technologies, Inc.
All rights reserved.
|