Dear Customers,
We have just released Aspose.Grid v1.9.4.
**What’s New?
**Aspose.Grid.Web
Added Native AJAX Support. Set the new property GridWeb.EnableAJAX to true to activate this new feature. When a cell is changed by a user at the client side, the grid will automatically recalculate the related formulas by using AJAX calls. Note: This feature doesn’t require any other AJAX frameworks.
Support Custom Context Menu Items. We just extended the CustomCommandButton class, added a property CommandType. Set this property to ContextMenuItem to let it display as a Menu Item.
Support “$” reference style. For examples: $A$1, SUM($A:$B)
Aspose.Grid.Desktop
- Added Autofit Feature. If a column header split line is double clicked, the column will auto resize. Worksheet class also provides Autofit methods from columns to rows.
- Added Comment feature. Comments data can be read and save from file.
- New property Button.AlwaysVisible, indicates if the button should be visible when cell is not in focus. This property only takes effect when the button is in a cell.
What’s Improved?
Aspose.Grid.Web
- Improved Formula Engine. Lift the performance up to 90%. Uses new algorithm to avoid stack overflow in deep nested call.
- Improved the sorting performance.
- Optimized the client side cell selecting event.
**What’s Fixed?
**Aspose.Grid.Web
- Fixed a minor display issue in IE7.
Aspose.Grid.Desktop
- Fixed the FreezeCols and Cell Merge issue.
- Fixed an cell input issue.