Dear Customers,
We have just released Aspose.Grid v1.9.3!
Introduction
This new version includes all the new features and fixes since v1.9.2
What’s New?
Aspose.Grid.Web
- Supports Microsoft AJAX extention for .NET 2.0. You may use the GridWeb with the AJAX extention web control “UpdatePanel”.
- Supports TAB, SHIFT-TAB navigating.
- New class CellImage. Use WebWorksheet.CellImages object to create a CellImage.
- New method: WebCells.DeleteRows and WebCells.InsertRows, improved performance of deleting or inserting multiple lines of the sheet.
- New property GridWeb.SessionMode, the old GridWeb.EnableSession is obsoleted.
- New client side grid initializing event: OnGridInitClientFunction.
- New client side method: getSelectedCells
- Modified behavior: Totally hides the column when the column’s width is set to zero.
- Modified behavior: When GridWeb.ForceValidation is set to false, the grid does not validate input before postback.
What’s Improved?
Aspose.Grid.Web
- Greatly improved databinding performance.
- Enhanced the space and newline characters processing in the cells.
What’s Fixed?
Aspose.Grid.Web
- Fixed the problem that when using AutoFilter feature, the filter buttons do not move to the correct position after a column resizing.
- Fixed the parameter order issue of the “ATAN2” function.
- Fixed the Firefox/Mozilla displaying problem when in XHTML rendering mode.
- Fixed the Hyperlink color problem. Now the hyperlink’s color will be the same as the cell’s.
- Fixed the problem that the hierachical view wrong displays in XhtmlMode.
- Fixed the problem of pasting data cells from MS-Excel.
- Fixed a formula null pointer problem in multi-user envrionment.
- Fixed a problem with FreezePane feature.
Aspose.Grid.Desktop
- Fixed the problem of Cell Merging and Freezing.