|
|
|
 |
|
|
| Chart | |
| What's New: |
- BeginUpdate and EndUpdate method has been implemented to accomodate bulk data modifications.
- ChartSeries Annotations has been implemented.
- DrillDown support for chart has been implemented.
- 3D support has been extended for pie and line chart types.
- MultipleAxes support is extended for 3D mode.
- New properties are implemented to customize the walls when multiple axes are added.
- DataPoint.Tag property is implemented to bind the business object to ChartSeries AdornmentsInfo.
|
| What's Fixed |
- Adornments which were not displaying when IsIndexed property is set to true, now gets displayed.
- Issue with PrimaryAxis and SecondaryAxis which were getting swapped for Gantt chart has been fixed.
- Output windows exceptions are removed.
- ValueToPoint method in ChartArea class now works as expected.
- ChartPoints are now displayed when string is bound as X value.
- DateTime value which was not displayed when the datasource is bound from ChartListData, now displays properly.
- Exception is nomore thrown when chart type is changed from Line to Renko.
- ChartSeries which were not getting displayed in some of the ChartTypes, now displays properly in all the chart types.
- The Pie chart segment can now be hidden using ChartArea legends.
- Exception is nomore thrown when zooming the chart after navigating from 3D Chart.
- Issue with Axis Header Foreground in 3D chart which was different when compared with 2D chart has been fixed.
- X and Y axis labels are now interchanged when the ChartType is changed from Column to Bar.
- MouseEvents for ChartAxis which was not working properly, now works properly.
|
| Tools | |
| What's New |
- Theme Support for DockingManager has been implemented.
- ScaleAnimation has been implemented for windows close, Minimize, Maximize and Restore.
- Horizontal and Vertical TabGroup has been implemented.
- A new event "OnCloseButtonClick" event has been added to return the closed element object.
- Image Support in the TabList context menu has been implemented.
- Selection Unfocussed BackColor property is binded with Multiple Selection and InlineEditing.
|
| What's Fixed: |
- Issue with Ribbon Button Text alignment is fixed and it's now working fine.
- Issue while maximizing the Ribbon window, where the ribbon window header gets cut off at the top has been fixed.
- Issue with IsGroupVisible property is fixed and it's now working fine.
- Ribbon button which is placed inside Button panel background nows looks like MS Outlook.
- Issue with Ribbon window TitleBar has been fixed.
- Issue with Vista Flip Windows switcher has been fixed and it's now properly viewable in TDI Mode.
- UpDown control which becomes uneditable with keyboard if placed inside a ScrollViewer, are now editable when placed inside ScrollViewer.
- Issue with TaskBarItem Content alignment has been fixed and it's now working fine.
- EditedItem Template Selector now works fine.
- Control+Shift-click in selecting TreeView Item should do additive range selection but it acts as a modifier-less click. This issue has been fixed and the Control+Shift-Click operation now does additive range selection as expected.
- Escape key option now works properly when we delete the node text in Edit Mode.
- Issue with shift clicking and control clicking on the TreeView item has been fixed and they now work as expected.
- TreeeViewAdv nomore throws exception when adding a new TreeViewItemAdv and setting IsInEditMode = true.
- DoubleTextBox values can now be entered or edited after setting Maximum and Minimum Values.
- Issue with DateTimeEdit Control Popup which was not working fine when we place it in the bottom of the window, now works properly.
- Styles which were not working properly with ColorPicker, now works properly.
- The Navigation pane pop up which was disapearing when we start the dragging of the Treeview item hosted inside a GroupView Item, nomore disappears while dragging.
|
| Calculate | |
| What's Fixed: |
- Parsing function arguments which were not working, when the first character in a literal string argument is a comma, now works correctly.
- Issue with the CONCATENATE function failing to strip interior quotes for string arguments with embedded quotes, has been fixed.
|
| PDF | |
| What's New: |
- Added support for creating Pdf documents with PDF/A1-B compliance.
- Added support for rendering barcode inside pdf document.
- Added support for deleting pages from the existing documents.
- Added support for creating Line Annotation.
- Added support for extracting text from the existing documents.
- Added support for creating tables without binding to any datasource.
- Added support for recognizing page-breaks during Html to Pdf Conversion.
- Added support for enabling client-scripts during Html to Pdf Conversion.
|
| What's Fixed: |
- Memory leakage issue while trying to load the emf file in to the Pdf has been fixed.
- PDF which was not returning the control when counting Form Fields, now returns the control.
- PDF which was not changing the checkbox status for the Acrobat form, now changes the checkbox status correctly.
- Issue with Html To Pdf conversion which was generating a blank page if it contains images and css files using FromString method has been fixed.
- PIE charts which was showing up as a wireframe chart instead of solid colors, now displays solid colors.
- Control is now returned to the procedure which calls while saving the documnent.
- EMF Images are now rendered properly.
|
| Grid | |
| What's New: |
- Added support for the grid to automatically refresh a visible cell when its style.Cellvalue was explicitly set.
- Added GridModel.CommittedCellInfo event.
- Added support for inserting, deleting and removing rows and columns with associated events.
- Added Model.QueryCoveredRange event.
- Added Model.QueryCellSpanBackground event.
|
| What's Fixed: |
- Fixed problems with Header Rows in a grid with no rows.
- Fixed memory leaks in line size collection.
- Fixed problems with grids on multiple tabs in a TabControl.
- Fixed problem with CommitCellInfo not being hit.
- Fixed problem with user click on a rendered cell and there is no UIElement under the mouse.
- Fixed a drawing issue with the CheckBox on XP.
- Fixed memory leaks with nested grids and improper wiring and unwiring Model events.
|
| Grouping | |
| What's Fixed: |
- Issue with Enum type fields in a complex field not getting initialized, has been fixed.
- Issue with number string expressions has been fixed.
|
| DocIO | |
| What's New: |
- Added feature for Footnote/endnote generation for .docx format.
- Added support for Mail merge writing support for .docx format.
- Added feature to find and replace the control character.
- Added feature to preserve the Form controls.
- Added feature to preserve the formatting of the existing place holder while replacing.
- Added support for nested Mailmerge for tables.
- Added feature to preserve textbox shape while converting Doc to HTML.
- Added feature to Find and replace with control characters like newline, carriage return.
- Added feature to preserve image bullets when converting doc to docx.
- Improved docx reading support. Now .docx support which are in .doc format. Below are the features in specific that are added for this version: Mail merge reading, Form fields preservation, footnote/Endnote preservation, Fill effects, Back color and Watermark preservation and Autoshapes preservation.
- Added support for removing comments from the document.
- Added feature to open the document in readonly mode.
- Added feature to protect document by specifying the protection type for .docx format.
|
| What's Fixed: |
- Inserting table in header/footer which was not working properly, now works properly.
- ReplaceFirst which was failing to work in Tables now works properly.
- Importing content method now works correctly when there is more than one comment.
- Alignment problem when cloning or importcontent the document has been fixed.
- Bookmarks which were missing while opening the document, are now available.
- Addition and removal of cells to the existing table now works properly without any issues.
- 'Unable to cast object of type' exception is nomore thrown in this version while merging the document.
- The tables which were not converted properly, while converting doc to HTML are now coverted properly.
- Issue with the document which gets corrupted while mail merging the cloned document has been fixed.
- MailMerge.ExecuteGroup now works properly when the table start and end in different record.
- Table cell text wrapping now works correctly.
- Bullets for paragraph can now be inserted with new line without any issues.
- Cloning and adding comments which were not working, now works correctly.
- Exception is nomore thrown while importing the HTML file into the Doc file.
- "Index out of range" exception is nomore thrown when accessing a paragraph collection.
- Table of content which was not working when having same style, now works correctly.
- WParagraph Alignment which was not working in office 2000 machine now works properly.
- Cellborders style which was changing after deleting a column from a table has been fixed.
- Issue while resaving the docx file, where right to left alignment becomes left to right has been fixed.
- Format settings using TableFormat now gets applied for tables without any issues.
- Table border settings now works properly.
- Issue while converting Doc to text, which was not working properly ignoring the CR/LF, now works properly.
|
| XlsIO | |
| What's New: |
- Added an ability to freeze pane in xlsx format.
- Added an ability to show/hide gridlines in xlsx format.
- Added an ability to ignore error indicator in xlsx format.
- Added an ability to parse sheet level properties in xlsx.
- Added support to apply IsStringPreserved property to range of cells.
- Added properties for show/hide vertical and horizontal scrollbar.
- Added ability to open csv files in read only mode.
- Added an ability to save as csv format in web application.
- Added support for working with XlsIO in medium trust.
- Implemented properties to set calculation mode.
- An ability to get/set RGB color in xlsx is implemented.
- An ability to set gridline color is implemented.
- Added support for split pane in xlsx format.
- Added support for sheet view properties such as right to left, zoom, page break preview in xlsx format.
- Added an ability to set summary settings for group in xlsx format.
- Added support for advanced conditional formatting visualizations in xlsx.
- Added support for worksheet password protection and protection option in xlsx.
- Added support for workbook window/structure protection in xlsx.
- Support for deleting multiple rows and columns with improved performance is added.
- Added support for preserving VML form controls in xlsx.
|
| What's Fixed: |
- Issue with Pivot table which was getting corrupted while resaving xls with XlsIO, nomore gets corrupted while resaving.
- System hanging issue while exporting more records(above 65536) with data validation in xlsx has been fixed.
- Error is nomore thrown while opening the file saved by XlsIO.
- DisplayText property which was returning wrong value for currency, now returns the correct value.
- Header image can now be drawn correctly in chart worksheet.
- XlsIO can now correctly render a metafile image in a header.
- XlsIO nomore throws "Unexpected xml tag" exception while opening the existing excel 2007 spreadsheet.
- Unhandled Exception nomore occurs while opening the existing spreadsheet in XlsIO.
- IndexOutOfRangeException is nomore thrown while resaving xls in XlsIO.
- Missing iprop.dll in Windows 2008 Server (64 bit). This issue has been fixed.
- Issue with the output file has been fixed and it is nomore corrupted while copying from one workbook to another.
- Issue with the output file has been fixed and it is nomore corrupted and the cell value is nomore changed when resaving the file with XlsIO.
- ArgumentOutOfRangeException" is nomore raised while opening the xlsx file with XlsIO.
- NotImplementedException" is nomore thrown while opening the xlsx file with XlsIO.
- Changes to the template xls file now gets updated in latest version.
- ArgumentException is nomore thrown when opening the file using XlsIO.
- Issue while copying worksheets from XLSM workbook which corrupts the document, has been fixed.
|
| Gauge | |
| What's New: |
- Implemented Circular Gauge with Full Circle and Half Circle FrameTypes and custom radius support.
- CentreFrameFillColor support has been implemented.
- Complete Scaling Support has been implemented.
- Complete support for state indicators.
- Range support has been implemented.
- Added support for Pointer and Pointer cap customization.
- Added support for adding images as well as labels to the Gauge.
|
|
|
| Chart | |
| What's New: |
- BeginUpdate and EndUpdate method has been implemented to accomodate bulk data modifications.
- ChartSeries Annotations has been implemented.
- DrillDown support for chart has been implemented.
- 3D support has been extended for pie and line chart types.
- MultipleAxes support is extended for 3D mode.
- New properties are implemented to customize the walls when multiple axes are added.
- DataPoint.Tag property is implemented to bind the business object to ChartSeries AdornmentsInfo.
|
| What's Fixed |
- Adornments which were not displaying when IsIndexed property is set to true, now gets displayed.
- Issue with PrimaryAxis and SecondaryAxis which were getting swapped for Gantt chart has been fixed.
- Output windows exceptions are removed.
- ValueToPoint method in ChartArea class now works as expected.
- ChartPoints are now displayed when string is bound as X value.
- DateTime value which was not displayed when the datasource is bound from ChartListData, now displays properly.
- Exception is nomore thrown when chart type is changed from Line to Renko.
- ChartSeries which were not getting displayed in some of the ChartTypes, now displays properly in all the chart types.
- The Pie chart segment can now be hidden using ChartArea legends.
- Exception is nomore thrown when zooming the chart after navigating from 3D Chart.
- Issue with Axis Header Foreground in 3D chart which was different when compared with 2D chart has been fixed.
- X and Y axis labels are now interchanged when the ChartType is changed from Column to Bar.
- MouseEvents for ChartAxis which was not working properly, now works properly.
|
| Tools | |
| What's New |
- Theme Support for DockingManager has been implemented.
- ScaleAnimation has been implemented for windows close, Minimize, Maximize and Restore.
- Horizontal and Vertical TabGroup has been implemented.
- A new event "OnCloseButtonClick" event has been added to return the closed element object.
- Image Support in the TabList context menu has been implemented.
- Selection Unfocussed BackColor property is binded with Multiple Selection and InlineEditing.
|
| What's Fixed: |
- Issue with Ribbon Button Text alignment is fixed and it's now working fine.
- Issue while maximizing the Ribbon window, where the ribbon window header gets cut off at the top has been fixed.
- Issue with IsGroupVisible property is fixed and it's now working fine.
- Ribbon button which is placed inside Button panel background nows looks like MS Outlook.
- Issue with Ribbon window TitleBar has been fixed.
- Issue with Vista Flip Windows switcher has been fixed and it's now properly viewable in TDI Mode.
- UpDown control which becomes uneditable with keyboard if placed inside a ScrollViewer, are now editable when placed inside ScrollViewer.
- Issue with TaskBarItem Content alignment has been fixed and it's now working fine.
- EditedItem Template Selector now works fine.
- Control+Shift-click in selecting TreeView Item should do additive range selection but it acts as a modifier-less click. This issue has been fixed and the Control+Shift-Click operation now does additive range selection as expected.
- Escape key option now works properly when we delete the node text in Edit Mode.
- Issue with shift clicking and control clicking on the TreeView item has been fixed and they now work as expected.
- TreeeViewAdv nomore throws exception when adding a new TreeViewItemAdv and setting IsInEditMode = true.
- DoubleTextBox values can now be entered or edited after setting Maximum and Minimum Values.
- Issue with DateTimeEdit Control Popup which was not working fine when we place it in the bottom of the window, now works properly.
- Styles which were not working properly with ColorPicker, now works properly.
- The Navigation pane pop up which was disapearing when we start the dragging of the Treeview item hosted inside a GroupView Item, nomore disappears while dragging.
|
| Calculate | |
| What's Fixed: |
- Parsing function arguments which were not working, when the first character in a literal string argument is a comma, now works correctly.
- Issue with the CONCATENATE function failing to strip interior quotes for string arguments with embedded quotes, has been fixed.
|
| PDF | |
| What's New: |
- Added support for creating Pdf documents with PDF/A1-B compliance.
- Added support for rendering barcode inside pdf document.
- Added support for deleting pages from the existing documents.
- Added support for creating Line Annotation.
- Added support for extracting text from the existing documents.
- Added support for creating tables without binding to any datasource.
- Added support for recognizing page-breaks during Html to Pdf Conversion.
- Added support for enabling client-scripts during Html to Pdf Conversion.
|
| What's Fixed: |
- Memory leakage issue while trying to load the emf file in to the Pdf has been fixed.
- PDF which was not returning the control when counting Form Fields, now returns the control.
- PDF which was not changing the checkbox status for the Acrobat form, now changes the checkbox status correctly.
- Issue with Html To Pdf conversion which was generating a blank page if it contains images and css files using FromString method has been fixed.
- PIE charts which was showing up as a wireframe chart instead of solid colors, now displays solid colors.
- Control is now returned to the procedure which calls while saving the documnent.
- EMF Images are now rendered properly.
|
| Grid | |
| What's New: |
- Added support for the grid to automatically refresh a visible cell when its style.Cellvalue was explicitly set.
- Added GridModel.CommittedCellInfo event.
- Added support for inserting, deleting and removing rows and columns with associated events.
- Added Model.QueryCoveredRange event.
- Added Model.QueryCellSpanBackground event.
|
| What's Fixed: |
- Fixed problems with Header Rows in a grid with no rows.
- Fixed memory leaks in line size collection.
- Fixed problems with grids on multiple tabs in a TabControl.
- Fixed problem with CommitCellInfo not being hit.
- Fixed problem with user click on a rendered cell and there is no UIElement under the mouse.
- Fixed a drawing issue with the CheckBox on XP.
- Fixed memory leaks with nested grids and improper wiring and unwiring Model events.
|
| Grouping | |
| What's Fixed: |
- Issue with Enum type fields in a complex field not getting initialized, has been fixed.
- Issue with number string expressions has been fixed.
|
| DocIO | |
| What's New: |
- Added feature for Footnote/endnote generation for .docx format.
- Added support for Mail merge writing support for .docx format.
- Added feature to find and replace the control character.
- Added feature to preserve the Form controls.
- Added feature to preserve the formatting of the existing place holder while replacing.
- Added support for nested Mailmerge for tables.
- Added feature to preserve textbox shape while converting Doc to HTML.
- Added feature to Find and replace with control characters like newline, carriage return.
- Added feature to preserve image bullets when converting doc to docx.
- Improved docx reading support. Now .docx support which are in .doc format. Below are the features in specific that are added for this version: Mail merge reading, Form fields preservation, footnote/Endnote preservation, Fill effects, Back color and Watermark preservation and Autoshapes preservation.
- Added support for removing comments from the document.
- Added feature to open the document in readonly mode.
- Added feature to protect document by specifying the protection type for .docx format.
|
| What's Fixed: |
- Inserting table in header/footer which was not working properly, now works properly.
- ReplaceFirst which was failing to work in Tables now works properly.
- Importing content method now works correctly when there is more than one comment.
- Alignment problem when cloning or importcontent the document has been fixed.
- Bookmarks which were missing while opening the document, are now available.
- Addition and removal of cells to the existing table now works properly without any issues.
- 'Unable to cast object of type' exception is nomore thrown in this version while merging the document.
- The tables which were not converted properly, while converting doc to HTML are now coverted properly.
- Issue with the document which gets corrupted while mail merging the cloned document has been fixed.
- MailMerge.ExecuteGroup now works properly when the table start and end in different record.
- Table cell text wrapping now works correctly.
- Bullets for paragraph can now be inserted with new line without any issues.
- Cloning and adding comments which were not working, now works correctly.
- Exception is nomore thrown while importing the HTML file into the Doc file.
- "Index out of range" exception is nomore thrown when accessing a paragraph collection.
- Table of content which was not working when having same style, now works correctly.
- WParagraph Alignment which was not working in office 2000 machine now works properly.
- Cellborders style which was changing after deleting a column from a table has been fixed.
- Issue while resaving the docx file, where right to left alignment becomes left to right has been fixed.
- Format settings using TableFormat now gets applied for tables without any issues.
- Table border settings now works properly.
- Issue while converting Doc to text, which was not working properly ignoring the CR/LF, now works properly.
|
| XlsIO | |
| What's New: |
- Added an ability to freeze pane in xlsx format.
- Added an ability to show/hide gridlines in xlsx format.
- Added an ability to ignore error indicator in xlsx format.
- Added an ability to parse sheet level properties in xlsx.
- Added support to apply IsStringPreserved property to range of cells.
- Added properties for show/hide vertical and horizontal scrollbar.
- Added ability to open csv files in read only mode.
- Added an ability to save as csv format in web application.
- Added support for working with XlsIO in medium trust.
- Implemented properties to set calculation mode.
- An ability to get/set RGB color in xlsx is implemented.
- An ability to set gridline color is implemented.
- Added support for split pane in xlsx format.
- Added support for sheet view properties such as right to left, zoom, page break preview in xlsx format.
- Added an ability to set summary settings for group in xlsx format.
- Added support for advanced conditional formatting visualizations in xlsx.
- Added support for worksheet password protection and protection option in xlsx.
- Added support for workbook window/structure protection in xlsx.
- Support for deleting multiple rows and columns with improved performance is added.
- Added support for preserving VML form controls in xlsx.
|
| What's Fixed: |
- Issue with Pivot table which was getting corrupted while resaving xls with XlsIO, nomore gets corrupted while resaving.
- System hanging issue while exporting more records(above 65536) with data validation in xlsx has been fixed.
- Error is nomore thrown while opening the file saved by XlsIO.
- DisplayText property which was returning wrong value for currency, now returns the correct value.
- Header image can now be drawn correctly in chart worksheet.
- XlsIO can now correctly render a metafile image in a header.
- XlsIO nomore throws "Unexpected xml tag" exception while opening the existing excel 2007 spreadsheet.
- Unhandled Exception nomore occurs while opening the existing spreadsheet in XlsIO.
- IndexOutOfRangeException is nomore thrown while resaving xls in XlsIO.
- Missing iprop.dll in Windows 2008 Server (64 bit). This issue has been fixed.
- Issue with the output file has been fixed and it is nomore corrupted while copying from one workbook to another.
- Issue with the output file has been fixed and it is nomore corrupted and the cell value is nomore changed when resaving the file with XlsIO.
- ArgumentOutOfRangeException" is nomore raised while opening the xlsx file with XlsIO.
- NotImplementedException" is nomore thrown while opening the xlsx file with XlsIO.
- Changes to the template xls file now gets updated in latest version.
- ArgumentException is nomore thrown when opening the file using XlsIO.
- Issue while copying worksheets from XLSM workbook which corrupts the document, has been fixed.
|
| Gauge | |
| What's New: |
- Implemented Circular Gauge with Full Circle and Half Circle FrameTypes and custom radius support.
- CentreFrameFillColor support has been implemented.
- Complete Scaling Support has been implemented.
- Complete support for state indicators.
- Range support has been implemented.
- Added support for Pointer and Pointer cap customization.
- Added support for adding images as well as labels to the Gauge.
|
|
|
| Chart | |
| What's New: |
- BeginUpdate and EndUpdate method has been implemented.
- Annotations for Chart has been implemented.
- DrillDown support for chart should be implemented.
- DataTemplates for ChartSegments and ChartPieSegments has been implemented.
- 3-D Chart for 12 ChartTypes has been implemented.
- IExtended DataBinding support for ObservableCollection, LINQ, CollectionView, IList etc.
- Improved ChartSeries MouseEvents.
- Improved ChartSeries tracking.
- PropertyChangedCallBack for offset property of ChartStripLines class has been implemented.
- Improved class reference.
|
| What's Fixed |
- Axis Labels properties are not applied in Chart3D.
- Area Chart 3D does not display values correctly.
- Interiors are not applied properly in 3D chart for tornado chart type.
- Chart is not displayed when ChartLegend is used and ChartArea.
- CameraControler should be renamed as CameraController.
- ChartAxis labels are not displayed correctly.
- Unable to hide the segments from pie chart using ChartArea legends.
- The X label and Y label must interchange their position. The X label Header and Y label Header should also interchange their position.
- Exception throws when zooming the chart after navigate from 3D Chart.
- 3D Chart not properly viewable when changing the Chart series type.
- LinearGradienBrush is not applied properly in 3D Chart mode.
- Axis Header Foreground in 3D chart is different when compared with 2D chart.
- Line Segments are not displayed correctly.
- MouseEvents for ChartAxis doesn't work properly.
- DateTime value is not displayed when the datasource is bind using ChartListData.
- Issue with Chart printing adorner, which was not getting hidden, when Esc key is pressed, has been fixed.
- Exception, which was thrown when custom items are added to ChartLegends, has been fixed.
- System crash issue, when a ChartPoint is added using ChartListData.AddPoint method, has been fixed.
- Issue with ChartArea, which was not supporting adding adorners, has been fixed.
- Out of memory exception, which was thrown when a derived ChartSeries is added, has been fixed.
|
| What's Issues |
- Issue designer support has been fixed.
|
| Tools | |
| What's Issues |
- Exception throws when clicking ALT key after opening the Office Button.
- Double click on the Office button not closing the application.
- Maximize the Ribbon application after Minimize the window not restoring properly.
- Animation type Fade and Slide not effective in DragandDrop Demo Xbap sample.
- Panel gets disappeared when double click on the panel in Border Drag Mode.
|
| What's Fixed: |
- TreeView Crash when selecting a long range of items with the mouse-Fixed.
- TreeView Items rename reverts-Fixed.
- Fatal Error in XBAP when dragging TreeViewItemAdv inside a popup control-Fixed.
- TreeViewAdv Drag-Drop doesnot gets cancelled-Fixed.
|
| Calculate | |
| What's Fixed: |
- Issue with Parsing function arguments failing to work, when the first character in a literal string argument is a comma, has been fixed.
- Issue with the CONCATENATE function failing to strip interior quotes for string arguments with embedded quotes, has been fixed.
|
| PDF | |
| What's New: |
- Added ability to embed U3D files for 3D annotation.
- Added support for converting webpages with authentication scheme.
- Added ability to create PDF booklet.
- Added ability to sign existing document.
|
| What's Fixed: |
- Issue with Inserting the page at the index 0, has been fixed.
- Issue with Essential PDF, whose file size is large, when rendering images with small file size, has been fixed.
- Issue with Pages in collection, which, after merging couldn't be accessed, has been fixed.
- Exception while form flattening has been fixed.
- Exception 'Can't draw table' that was getting thrown, when we add an empty row, has been fixed.
- Document information which was not displaying properly, has been fixed.
|
| Grid | |
| What's New: |
- Added support for the grid to automatically refresh a visible cell when its style.Cellvalue was explicitly set.
- Added GridModel.CommittedCellInfo event.
- Added support for inserting, deleting and removing rows and columns with associated events.
- Added Model.QueryCoveredRange event.
- Added Model.QueryCellSpanBackground event.
|
| What's Fixed: |
- Fixed problems with Header Rows in a grid with no rows.
- Fixed memory leaks in line size collection.
- Fixed problems with grids on multiple tabs in a TabControl.
- Fixed problem with CommitCellInfo not being hit.
- Fixed problem with user click on a rendered cell and there is no UIElement under the mouse.
- Fixed a drawing issue with the CheckBox on XP.
- Fixed memory leaks with nested grids and improper wiring and unwiring Model events.
|
| Grouping | |
| What's Fixed: |
- Issue with Enum type fields in a complex field not getting initialized, has been fixed.
- Issue with number string expressions has been fixed
|
| DocIO | |
| What's New: |
- Added support for nested mail merge.
- Added support for Doc to HTML conversion.
- Added support for text box fill effects and margin.
- Added properties for getting group names in document and field names in a group.
- Support for form field shading off/on has been added.
- Added support to remove paragraphs that contain mail merge fields with no data from the document.
- Added support to compress image while writing to the document.
- Added feature for ReplaceFirst option in a document.
- Added support for image hyperlink.
- Added support for msoblipDIB image format.
- Added support for forward-only find and replace.
- Added support to skip image parsing while opening the document.
- Added support to automatically map between names of fields in the data source and names of mail merge fields in the document.
- Added support for accept/reject track changes.
- Added support to get and replace commented document range.
- Added support to read the MS Word 2007(Docx) files. Implemented following elements preservations: Character formatting, Paragraph formatting, Paragraph border, Page Setup, Textboxes, Bookmarks, Breaks, Hyperlink, Columns, Tables, Chart, Pictures, Header/footer with image.
|
| What's Fixed: |
- Mailmerge ClearFiled property setting now works fine with ExecuteGroup.
- ArgumentNullException is no more thrown while opening the document.
- Field merging now works properly in the textbox.
- Exception isnomore thrown while using the MailMerge ExecuteGroup.
- Merging two or more tables nomore shows any empty fields without values.
- Issue while using TextSelection.GetOneRange().Text, which changes text formatting, has been fixed.
- Problem with merging fields inside the text box with more than 60 records has been fixed.
- "DivideByZeroException" is nomore thrown when saving the document.
- InvalidCastException is nomore thrown while cloning a section.
- ArgumentException is no longer thrown while cloning a document.
- CreateDate field which had issues in updating the field can now update the field properly.
- Horizontal line which was not getting displayed while merging, now gets displayed properly.
- Hyperlink can now identify the type correctly.
- Exception is no longer thrown while opening the document with lists.
- Issue with font which was changed from default to standard, after entering one line text has been fixed.
- CreateDate field format now remains unchanged while opening the document.
- Changing text format using TextRange nolonger changes the prior and next line's format.
|
| XlsIO | |
| What's New: |
- Implemented properties for Scrolling to particular row/column.
- Support for Compound file format with managed code.
- Added an ability to get UsedRange in a sheet for data without formatting.
|
| What's Fixed: |
- Argument Exception is nomore thrown when opening a file.
- Exception is nolonger thrown while deleting a row after inserting comment.
- CopyToClipboard method which was taking more time to execute when compared to saveAs method, now takes comparatively lesser time.
- Excel crash nomore happens, when moving WorkSheet in Excel2007.
- Copying worksheet to chart workbook nomore causes corruption in excel2003.
- Exception while writing sheet with merged cells to XML format has been fixed.
- Null pointer exception is nomore thrown when a series is removed from template with hidden legend.
- Memory usage is now reduced, while using IgnoreErrorOptions.
- Issue with time taken while using Autofit column with 60000 rows in XlsIO, has been fixed.
- Exception, which was thrown while importing data table in Excel 2007, has been fixed.
|
|
|
| Chart | |
| What's New: |
- 3D Chart for 12 ChartTypes has been implemented.
- Extended DataBinding support for ObservableCollection, LINQ, CollectionView, IList etc.
- Improved ChartSeries MouseEvents
- Improved ChartSeries tracking.
- PropertyChangedCallBack for offset property of ChartStripLines class has been implemented.
- Improved class reference.
|
| What's Fixed |
- Issue with Chart printing adorner, which was not getting hidden, when Esc key is pressed, has been fixed.
- Exception which was thrown, when custom items are added to ChartLegends, has been fixed.
- System crash issue, when a ChartPoint is added using ChartListData.AddPoint method, has been fixed.
- Issue with ChartArea, which was not supporting adding adorners, has been fixed.
- Out of memory exception which was thrown, when a derived ChartSeries is added, has been fixed.
|
| What's Issues |
- Issue designer support has been fixed.
|
| Tools | |
| What's New: |
- Added OutLook Navigation Pane Support.
- Added Events OnGroupBarItemAdded and OnGroupBarItemRemoved.
- Different close button types.
- Ability to set different scroll modes.
- Different tabstrip placements.
- Ability to drag drop tabitems.
- Dynamic editing support for the header Label of the tabitem.
- Image support for the tabitem header.
- Custom drag marker support.
- Support for tabitem context menu and tabitem list context menu.
- Ability to rotate the tabitem header text when it is vertical.
- Support for MDI and TDI.
- Support for content previewer(different switch mode such as Vista Flip, VS2005 , Immediate and Quick Tabs.
- Complete visual styles and theme Support.
- Support for Specifying the MDI bounds.
- State persistence support.
- MDI window system menu support.
- Support for document resize and move using keyboard.
- Support for TDI header Context menu.
- Support for TDI header icon.
- Added Ribbon page Content Control.
- Added Vista Glass support for the ribbon control.
- Added ARGB mode values are editable.
- Added Constructor overload for TreeviewItemAdv.
- Added support for setting the backcolor of the unfocussed node.
- Complete theme support for treeview.
- Complete XBAP support for the Docking Manager
|
| What's Fixed: |
- GroupView should be able to host outside of the GroupBar.
- GroupBar doesnot gets resized accordingly to window size.
- Images are cut off at the button of an Application Menu if the image size is 32 X 32.
- Disabled SimpleMenuButton’s are not Grey in color as MS Outlook express and MS word.
- Application Menu button is not proper when we use it through key Tip.
- Float window doesnot display windows forms control if dock window as windows form Host Control(interOp)
|
| Calculate | |
| What's Fixed: |
- Issue with Parsing function arguments failing to work, when the first character in a literal string argument is a comma has been fixed.
- Issue with the CONCATENATE function failing to strip interior quotes for string arguments with embedded quotes, has been fixed.
|
| PDF | |
| What's New: |
- Added ability to embed U3D files for 3D annotation.
- Added support for converting webpages with authentication scheme.
- Added ability to create PDF booklet.
- Added ability to sign existing document.
|
| What's Fixed: |
- Issue with Inserting the page at the index 0, has been fixed.
- Issue with Essential PDF, whose file size is large, when rendering images with small file size, has been fixed.
- Issue with Pages in collection, which, after merging couldn't be accessed, has been fixed.
- Exception while form flattening has been fixed.
- Exception 'Can't draw table' that was getting thrown, when we add an empty row, has been fixed.
- Document information which was not displaying properly, has been fixed.
|
| Grid | |
| What's New: |
- Added support for the grid to automatically refresh a visible cell when its style.Cellvalue was explicitly set.
- Added GridModel.CommittedCellInfo event.
- Added support for inserting, deleting and removing rows and columns with associated events.
- Added Model.QueryCoveredRange event.
- Added Model.QueryCellSpanBackground event.
|
| What's New: |
- Fixed problems with Header Rows in a grid with no rows.
- Fixed memory leaks in line size collection.
- Fixed problems with grids on multiple tabs in a TabControl.
- Fixed problem with CommitCellInfo not being hit.
- Fixed problem with user click on a rendered cell and there is no UIElement under the mouse.
- Fixed a drawing issue with the CheckBox on XP.
- Fixed memory leaks with nested grids and improper wiring and unwiring Model events.
|
| Grouping | |
| What's Fixed: |
- Issue with Enum type fields in a complex field not getting initialized, has been fixed.
- Issue with number string expressions has been fixed
|
| DocIO | |
| What's New: |
- Added support for nested mailmerge.
- Added support for Doc to HTML conversion.
- Added support for Textbox fill effects and margin.
- Added properties for getting group names in document and field names in a group.
- Support for Form field shading off/on has been added.
- Added support to remove paragraphs that contain mail merge fields with no data from the document.
- Added support to compress image while writing to the document.
- Added feature for ReplaceFirst option in a document.
- Added support for image hyperlink.
- Added support for msoblipDIB image format.
- Added support for forward only find and replace.
- Added support to Skip image parsing while opening the document
- Added support to automatically map between names of fields in the data source and names of mail merge fields in the document.
- Added support for accept/reject track changes.
- Added support to get and replace commented document range.
- Added support to read the docx files. Implemented following elements preservations: Character formatting, Paragraph formatting, Paragraph border, Page Setup, Textboxes, Bookmarks, Breaks, Hyperlink, Columns, Tables, Chart, Pictures, Header/footer with image.
|
| What's Fixed: |
- Issue with setting Mailmerge ClearFiled property which doesn't work with ExecuteGroup has been fixed.
- ArgumentNullException thrown while opening the document has been fixed.
- Problem with merging field inside the textbox has been fixed.
- Exception thrown while using the MailMerge ExecuteGroup has been fixed.
- Issue while merging two or more tables displays some of the fields without values has been fixed.
- Issue while using TextSelection.GetOneRange().Text changes text formatting has been fixed.
- Problem with merging fields inside the textbox with more than 60 records has been fixed.
- "DivideByZeroException" which was thrown while saving the document has been fixed.
- InvalidCastException while cloning a section has been fixed.
- ArgumentException thrown while cloning a document has been fixed.
- Issue with CreateDate field not updating the field properly has been fixed.
- Issue with horizontal line not getting displayed while merging has been fixed.
- Issue with hyperlink, which was not identifying the type correctly, has been fixed.
- Exception thrown while opening the document with lists has been fixed.
- Issue with Font which was changed from default to standard, after entering one line text has been fixed.
- While opening the document CreateDate field format is changed issue has been fixed.
- Changing text format using TextRange will change the prior and next line's format also issue has been fixed.
|
| XlsIO | |
| What's New: |
- Implemented properties for Scrolling to particular row/column.
- Support for Compound file format with managed code.
- Added an ability to get UsedRange in a sheet for data without formatting.
|
| What's New: |
- Argument Exception when opening a file has been fixed.
- Exception while deleting a row after inserting comment has been fixed.
- CopyToClipboard method which was taking more time to execute when compared to saveAs method, has been fixed.
- Moving Excel WorkSheet in Excel2007 will crash the excel file.
- Copying worksheet to chart workbook causes corruption in excel2003.
- Exception while writing sheet with merged cells to XML format.
- Null pointer exception"when a serie is removed from template with hidden legend.
- High Memory usage while using IgnoreErrorOptions.
- Time taken while using Autofit column with 60000 rows in XlSIO.
- Exception was thrown while importing data table in Excel 2007.
|
|
|
| Chart | |
| What's New: |
- 3D Chart for 12 ChartTypes has been implemented.
- Extended DataBinding support for ObservableCollection, LINQ, CollectionView, IList etc.
- Improved ChartSeries MouseEvents
- Improved ChartSeries tracking.
- PropertyChangedCallBack for offset property of ChartStripLines class has been implemented.
- Improved class reference.
|
| What's Fixed |
- Chart printing adorner should get hidden when Esc key is pressed.
- Exception is thrown when custom items are added to ChartLegends.
- System crashes when a ChartPoint is added using ChartListData.AddPoint method.
- ChartArea should support adding adorners.
- Out of memory exception when a derived ChartSeries is added.
|
| What's Issues |
- Complete designer support not implemented.
|
| Tools | |
| What's New: |
- Added OutLook Navigation Pane Support.
- Added Events OnGroupBarItemAdded and OnGroupBarItemRemoved.
- Different close button types.
- Ability to set different scroll modes.
- Different tabstrip placements.
- Ability to drag drop tabitems.
- Dynamic editing support for the header Label of the tabitem.
- Image support for the tabitem header.
- Custom drag marker support.
- Support for tabitem context menu and tabitem list context menu.
- Ability to rotate the tabitem header text when it is vertical.
- Support for MDI and TDI.
- Support for content previewer(different switch mode such as Vista Flip, VS2005 , Immediate and Quick Tabs.
- Complete visual styles and theme Support.
- Support for Specifying the MDI bounds.
- State persistence support.
- MDI window system menu support.
- Support for document resize and move using keyboard.
- Support for TDI header Context menu.
- Support for TDI header icon.
- Added Ribbon page Content Control.
- Added Vista Glass support for the ribbon control.
- Added ARGB mode values are editable.
- Added Constructor overload for TreeviewItemAdv.
- Added support for setting the backcolor of the unfocussed node.
- Complete theme support for treeview.
- Complete XBAP support for the Docking Manager
|
| What's Fixed: |
- GroupView should be able to host outside of the GroupBar.
- GroupBar doesnot gets resized accordingly to window size.
- Images are cut off at the button of an Application Menu if the image size is 32 X 32.
- Disabled SimpleMenuButton’s are not Grey in color as MS Outlook express and MS word.
- Application Menu button is not proper when we use it through key Tip.
- Float window doesnot display windows forms control if dock window as windows form Host Control(interOp)
|
| Calculate | |
| What's Fixed: |
- Issue with Parsing function arguments failing to work, when the first character in a literal string argument is a comma has been fixed.
- Issue with the CONCATENATE function failing to strip interior quotes for string arguments with embedded quotes, has been fixed.
|
| PDF | |
| What's New: |
- Added ability to embed U3D files for 3D annotation.
- Added support for converting webpages with authentication scheme.
- Added ability to create PDF booklet.
- Added ability to sign existing document.
|
| What's Fixed: |
- Issue with Inserting the page at the index 0, has been fixed.
- Issue with Essential PDF, whose file size is large, when rendering images with small file size, has been fixed.
- Issue with Pages in collection, which, after merging couldn't be accessed, has been fixed.
- Exception while form flattening has been fixed.
- Exception 'Can't draw table' that was getting thrown, when we add an empty row, has been fixed.
- Document information which was not displaying properly, has been fixed.
|
| Grid | |
| What's New: |
- Added several new themes.
- Added safari browser support.
- Added ScriptResourceAttribute for improved performance.
|
| What's New: |
- Autoformat styles of GridView control which does not get applied, when placed in tableScroller, has been fixed.
- Size of expansion indicators which is not consistent, when displaying hierarchies, has been fixed.
- Script error occuring issue, when Grid Web application is run, has been fixed.
- Issue with Callback not working, when CheckBoxTemplate is used, and setting DataSourceCacheMode to ViewState, has been fixed.
- Issue with button bar look and feel getting changed at runtime, has been fixed.
- Exception thrown issue, when AutoComplete TextBox is added to the Grid Column through Template, has been fixed.
- Page refreshing issue, if GridGroupingControl placed inside Callback Panel is refreshed, has been fixed.
- The date value of MonthCalendar in GridGroupingControl is not updated in database, has been fixed.
- The new selected date of calendar in grid cell is not saved in the database has been fixed.
- Error occurs while printing the Grid when it is in master page has been fixed.
- 'ClientSideOnSelectionChanged' property is not working has been fixed.
|
| Grouping | |
| What's Fixed: |
- Issue with Enum type fields in a complex field not getting initialized, has been fixed.
- Issue with number string expressions has been fixed
|
| DocIO | |
| What's New: |
- Added support for nested mailmerge.
- Added support for Doc to HTML conversion.
- Added support for Textbox fill effects and margin.
- Added properties for getting group names in document and field names in a group.
- Support for Form field shading off/on has been added.
- Added support to remove paragraphs that contain mail merge fields with no data from the document.
- Added support to compress image while writing to the document.
- Added feature for ReplaceFirst option in a document.
- Added support for image hyperlink.
- Added support for msoblipDIB image format.
- Added support for forward only find and replace.
- Added support to Skip image parsing while opening the document
- Added support to automatically map between names of fields in the data source and names of mail merge fields in the document.
- Added support for accept/reject track changes.
- Added support to get and replace commented document range.
|
| What's Fixed: |
- Issue with setting Mailmerge ClearFiled property which doesn't work with ExecuteGroup has been fixed.
- ArgumentNullException thrown while opening the document has been fixed.
- Problem with merging field inside the textbox has been fixed.
- Exception thrown while using the MailMerge ExecuteGroup has been fixed.
- Issue while merging two or more tables displays some of the fields without values has been fixed.
- Issue while using TextSelection.GetOneRange().Text changes text formatting has been fixed.
- Problem with merging fields inside the textbox with more than 60 records has been fixed.
- "DivideByZeroException" which was thrown while saving the document has been fixed.
- InvalidCastException while cloning a section has been fixed.
- ArgumentException thrown while cloning a document has been fixed.
- Issue with CreateDate field not updating the field properly has been fixed.
- Issue with horizontal line not getting displayed while merging has been fixed.
- Issue with hyperlink, which was not identifying the type correctly, has been fixed.
- Exception thrown while opening the document with lists has been fixed.
- Issue with Font which was changed from default to standard, after entering one line text has been fixed.
- While opening the document CreateDate field format is changed issue has been fixed.
- Changing text format using TextRange will change the prior and next line's format also issue has been fixed.
|
| XlsIO | |
| What's New: |
- Implemented properties for Scrolling to particular row/column.
- Support for Compound file format with managed code.
- Added an ability to get UsedRange in a sheet for data without formatting.
|
| What's New: |
- Argument Exception when opening a file has been fixed.
- Exception while deleting a row after inserting comment has been fixed.
- CopyToClipboard method takes more time to execute when compared to saveAs method.
- Moving Excel WorkSheet in Excel2007 will crash the excel file.
- Copying worksheet to chart workbook causes corruption in excel2003
- Exception while writing sheet with merged cells to XML format
- Null pointer exception"when a serie is removed from template with hidden legend
- High Memory usage while using IgnoreErrorOptions
- Time taken while using Autofit column with 60000 rows in XlSIO.
- Exception was thrown while importing data table in Excel 2007
|
|
|
| Chart | |
| What's New: |
- Improved performance of ChartSeries.
- Multiple axes support.
- LINQ Support.
- Multiple ChartLegends support has been added.
- Segment Labels support for Pie, Doughnut, Pyramid and Funnel chart types.
- Ability to display desired segments for Pie, Doughnut, Pyramid and Funnel chart types.
- Extended chart zooming support.
- Mouse events implemented for chart series.
- Runtime customization support for gridlines and striplines.
- Improved class reference.
|
| What's Fixed |
- Issue with IsLogarithmic property has been fixed.
|
| What's Issues |
- Complete designer support not implemented.
|
| Tools | |
| What's New: |
- Provision to define the states of Dock window.
- Improved Visual styles and new Office 2007 Black and Silver themes.
- New properties to customize the look and feel of Docking Windows.
- DockingWindow resizing issue with the parent's size has been fixed.
- Class reference included.
- New properties to customize the look and feel of the Gallery control.
- Office2007 Gallery support has been added.
- Gallery Items filtering support has been added.
- All Ribbon items can be used separately out of RibbonControl.
- Completed XBAP support.
- Improved Quick Access Toolbar and Application Menu behavior.
- Added new Ribbon SplitButton.
- Office2007 look and feel for standard controls (when added to Ribbon) with active color scheme support.
- Listing Ribbon and AppMenu items in QAT customization dialog box has been implemented.
- Multiline text support implemented for MenuItem.
- Header support for application menu items has been implemented with Icon Bar.
- RibbonPage control has been implemented for XBAP applications.
- Class reference has been improved.
- Added new Ribbon SplitButton.
- Multiple nodes selection support.
- Multiple items drag and drop support.
- UIVirtualization Enabled.
- Fake Drag Indicator support to simulate the drag and drop operations.
- Support for Images for Expanded and Collapsed States.
- Images can be displayed to the left and right of the TreeView nodes.
- Customizable look and feel with support to apply custom templates.
- Expand and Collapse operations with controllable Animation delay.
- Sort items (Asc/ Dec) in the TreeViewAdv.
- Inline editing support at runtime.
- Events for TreeViewItemAdv edit mode has been implemented.
- Multiple Tree nodes drag and drop support.
- Supports double datatype values.
- DataModeling support.
- Ability to set minimum and maximum values.
- Different backgrounds for Negative and Positive values.
- NumberGroupSeparator and NumberGroupSizes support.
- NumberDecimalSeparator and NumberDecimalDigits support has been added.
- Customizable look and feel with custom template support.
- Visual Styles and Themes support.
- Complete designer support implemented.
- Added new Visual Styles.
- Current Date selection made easy.
- Complete designer support not implemented.
- Watch field added to select time easily.
- Provision to set Auto Height and Width.
- Added additional Context menu options.
- New Eyedropper tool to select colors easily.
- Improved Control layout.
- HSV values are made editable.
- Supports Int64 datatype values
- Hand Dragging support
- Properties for customizing the look and feel
- Supports Int64 datatype values
- Hand Dragging support
- Properties for customizing the look and feel
|
| What's Fixed: |
- DockingWindow resizing issue with the parent's size has been fixed.
- SelectedItemEvent issue in Gallery had been fixed.
- Drag and Drop issues has been fixed.
- Control State Serialization issue has been fixed.
- Context Menu items issue has been fixed.
- Fixed Exception Handling for corrupted font files.
|
| Calculate | |
| What's New: |
- Enabled Calculate library support for WPF.
|
| PDF | |
| What's New: |
- Enabled PDF library support for WPF.
|
| Grid | |
| What's New: |
- Beta version of Grid control added.
- Please refer to the design document accessible from the dashboard for more information about using this beta version.
|
| Grouping | |
| What's New: |
- Enabled Grouping library support for WPF.
|
| DocIO | |
| What's New: |
- Enabled DocIO library support for WPF.
|
| XlsIO | |
| What's New: |
- Enabled XLSIO library support for WPF.
|
|
|
| Chart | |
| What's New: |
- Improved performance.
- Multiple axes support.
- LINQ Support.
- Supports multiple ChartLegends.
- Segment Labels support for Pie, Doughnut, Pyramid and Funnel chart types.
- Ability to display desired segments for Pie, Doughnut, Pyramid and Funnel chart types.
- Extended chart zooming support.
- Mouse events implemented for chart series.
- Runtime customization support for gridlines and striplines.
|
| API Changes: |
- ChartSeries.Label property has been implemented to set the Label for the Series in the ChartLegends.
- Indexed property in the ChartAxis class has been made internal.
|
| Tools | |
| What's New: |
- Provision to define the states of Dock window.
- Improved Visual styles and new Office 2007 Black and Silver themes.
- New properties to customize the look and feel of Docking Windows.
- New properties to customize the look and feel of the Gallery control.
- All known issues has been fixed.
- Office2007 Gallery support has been added.
- Gallery Items filtering support has been added.
- All Ribbon items can be used separately out of RibbonControl.
- Completed XBAP support.
- Improved Quick Access Toolbar and Application Menu behavior.
- Added new Ribbon SplitButton.
- Office2007 look and feel for standard controls (when added to Ribbon) with active color scheme support.
- Listing Ribbon and AppMenu items in QAT customization dialog box has been implemented.
- Multiline text support implemented for MenuItem.
- Header support for application menu items has been implemented with Icon Bar.
- Multiple selection support.
- Multiple items drag and drop support.
- UIVirtualization Enabled.
- Fake Drag Indicator support to simulate the drag and drop operations.
- Multiple Tree nodes drag and drop support.
- Images for Expanded and Collapsed States can be added.
- Images can be displayed to the left and right of the TreeView nodes.
- Customizable look and feel with support to apply custom templates.
- Animations for Expand and Collapse operations with controllable Animation delay.
- Sort items (Asc/ Dec) in the TreeViewAdv.
- Inline editing support at runtime.
- Supports Int64 datatype values.
- DataModeling support.
- Ability to set minimum and maximum values.
- Different backgrounds for Negative and Positive values.
- NumberGroupSeparator and NumberGroupSizes support.
- Customizable look and feel with custom template support.
- Visual Styles and Themes support.
- Supports double datatype values.
- DataModeling support.
- Ability to set minimum and maximum values.
- Different backgrounds for Negative and Positive values.
- NumberGroupSeparator and NumberGroupSizes support.
- NumberDecimalSeparator and NumberDecimalDigits support.
- Customizable look and feel with custom template support.
- Visual Styles and Themes support.
- Hand Dragging support.
- Properties for customizing the look and feel.
- Visual Styles and Themes support.
- New Visual Styles are added to the library.
- New Visual Styles are added to the library.
- Watch field added to select time easily.
- Provision to select Empty date.
- New Visual Styles are added to the library.
- Designer Support for Expression Blend.
- Added new Visual Styles and Themes.
- Eyedropper tool to select colors easily.
- Improved Control layout.
- New Visual Styles and Themes support.
- New Visual Styles and Themes support
|
| What's Fixed: |
- Fixed Exception Handling for corrupted font files.
|
|
|
| Tools | |
| What's New: |
- Provision to define the states of Dock window.
- Improved Visual styles and new Office 2007 Black and Silver themes.
- New properties to customize the look and feel of Docking Windows.
- New properties to customize the look and feel of the Gallery control.
- All known issues has been fixed.
- Office2007 Gallery support has been added.
- Gallery Items filtering support has been added.
- All Ribbon items can be used separately out of RibbonControl.
- Completed XBAP support.
- Improved Quick Access Toolbar and Application Menu behavior.
- Added new Ribbon SplitButton.
- Office2007 look and feel for standard controls (when added to Ribbon) with active color scheme support.
- Listing Ribbon and AppMenu items in QAT customization dialog box has been implemented.
- Multiline text support implemented for MenuItem.
- Header support for application menu items has been implemented with Icon Bar.
- Multiple selection support.
- Multiple items drag and drop support.
- UIVirtualization Enabled.
- Fake Drag Indicator support to simulate the drag and drop operations.
- Multiple Tree nodess drag and drop support.
- Images for Expanded and Collapsed States can be added.
- Images can be displayed to the left and right of the TreeView nodes.
- Customizable look and feel with support to apply custom templates.
- Animations for Expand and Collapse operations with controllable Animation delay.
- Sort items (Asc/ Dec) in the TreeViewAdv.
- Inline editing support at runtime.
- Supports Int64 datatype values.
- DataModeling support.
- Ability to set minimum and maximum values.
- Different backgrounds for Negative and Positive values.
- NumberGroupSeparator and NumberGroupSizes support.
- Customizable look and feel with custom template support.
- Visual Styles and Themes support.
- Supports double datatype values.
- DataModeling support.
- Ability to set minimum and maximum values.
- Different backgrounds for Negative and Positive values.
- NumberGroupSeparator and NumberGroupSizes support.
- NumberDecimalSeparator and NumberDecimalDigits support.
- Customizable look and feel with custom template support.
- Visual Styles and Themes support.
- Hand Dragging support.
- Properties for customizing the look and feel.
- Visual Styles and Themes support.
- New Visual Styles are added to the library.
- Current Date selection made easy.
- Watch field added to select time easily.
- Provision to select Empty date.
- New Visual Styles are added to the library.
- Improved Performance.
- Provision to set Auto Height and Width.
- Improved Context menu options.
- Designer Support for Expression Blend.
- Added new Visual Styles and Themes.
- Eyedropper tool to select colors easily.
- Improved Control layout.
- New Visual Styles and Themes support.
- New Visual Styles and Themes support
|
| What's Fixed |
- Fixed Exception Handling for corrupted font files.
|
| Chart | |
| What's New: |
- Improved performance.
- Multiple axes support.
- LINQ Support.
- Supports multiple ChartLegends.
- Segment Labels support for Pie, Doughnut, Pyramid and Funnel chart types.
- Ability to display desired segments for Pie, Doughnut, Pyramid and Funnel chart types.
- Extended chart zooming support.
- Mouse events implemented for chart series.
- Runtime customization support for gridlines and striplines.
|
|
|
| Tools | |
| What's New: |
- Docking manager component with various dock states, autohide mode, Visual Styles like Office2007, Blend etc., context menu, state persistence.
- RibbonControlAdv with appealing look and feel, Color Schemes, Custom Colors, OfficeMenu Button, Quick Access Toolbar, KeyTips and much more.
- Gallery control with standard and detailed mode, various VisualStyles, Drag Drop, Custom Template and Animation support.
- Groupbar control with various Visual Styles including Office2007, VS2005 Visual Style, ToolTips, Multiple expansion support.
- CalendarEdit control with multiselection mode, Standard and Vista modes, custom templates and multiple calendar support.
- DateTimeEdit control with multiple datetime, various cultures, popup calendar and custom templates support.
- Autocomplete with autoappend, autocomplete, filter out support, maintain history list, save / load history list, vista like progress bar support, VisualStyles and Custom Colors support.
- Taskbar control with animation vertical and horizontal orientation, VisualStyles and Themes support.
- FontListBox and FontListCombobox controls to display list of fonts, custom fonts, recently used fonts display support.
- ColorPicker control with RGB and HSV support, tooltip and custom template support.
- NumericUpDown control with double value support, various numeric formats, animation during value shifting and max / min value support.
|
| Chart | |
| What's New |
- Support 33 different chart types.
- Chart Themes support.
- Complete Databinding support.
- Zooming, Printing, Image export support.
- Complete customization of Chart Axes.
- Fully functional context menu.
- Multiple chart area support.
|
|
|
|
|
|
|