What's New in 2009 v3
The following enhancements were made to ComponentOne Grid for WPF in the 2009 v3 release:
• Export to Excel
Support for exporting grid content to Microsoft Excel was added with the new ExportToExcel method. For more information, see Exporting Data and for an example, see Exporting Data to an Excel File.
• Filter Bar Content Template
Using the newly added ColumnFilterCellContentTemplate property you can create and assign a template defining the filter bar cell content's user interface. For more information about templates, see Editing Templates.
New Class Members
The following members were added to Grid for WPF:
Class |
Member |
Description |
ExportToExcel method |
Exports the grid content to Microsoft Excel format file or stream using the specified export settings. For more information, see Exporting Data and for an example, see Exporting Data to an Excel File. | |
ColumnFilterCellContentTemplate property |
Gets or sets a template that defines the UI for a content of the Column cell in the C1DataGrid Filter Bar. For more information about templates, see Editing Templates. |
|