What are all the major changes in WinForms Grid Control?
Changes in GridConverter
1. We had
enhanced the exporting functionality of the GridControl and
GridGroupingControl. We had renamed methods (Non-Public) in
the GridExcelConverterBase class and GridExcelConverter class.
For example, previously the CopyBorders, CopyAlignment etc.
methods are used internally for exporting purpose. From 13.3.0.7 Version, we
had renamed those methods like the ExportBordersToExcel, ExportAlignmentToExcel
etc. For better understanding of purpose of that method.
To avoid the upgrading issues, please refer to the following link for new
renamed methods and added methods in the GridConverter.
If you find any upgrading issues, please make the changes as per renamed
methods. You can see the entire class reference files from following link:
https://help.syncfusion.com/cr/Syncfusion.GridExcelConverter.GridExcelConverterControl.html
2. Importing methods such as ExcelToGrid, ConvertExcelRangeToRange are removed from the GridExcelConverterBase class and have been included in the GridExcelConverterControl class as GridControl, which alone supports importing of the Excel sheet. Exporting related methods alone are available in the GridExcelConverterBase.
Conclusion
I hope you enjoyed learning about the major shift in Syncfusion.GridConverter.Windows from
Volume 3 2015 released in Grid WinForms.
You can refer to the WinForms GridControl feature tour page to know about its other groundbreaking feature representations and WinForms GridControl documentation, and how to quickly get started for configuration specifications.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!