|
|
Browse by Tags
All Tags » Export
-
Hi Joyanta,
Thank you for your feedback.The only way to prevent a column being exported now is to hide it in the grid view control itself. However we have plans to provide the functionality to choose the columns for export/print in future versions but for now it is only possible to prevent a column from being exported ...
-
Hi Miki,It seems that because of some reason the row that is about to be exported does not belong to the exported data grid view control.The export to any of the file formats is done in a separate thread, thus the application is not frozen. Keep in mind that if during the export you delete, change or add row to the grid this might result in ...
-
It is possible to use separately the export functionality to Html provided by DataGridView Extension. There are some simple steps outlined below you have to follow.1. Add reference to the main assembly ‘DataGridViewExtension.dll’ and export dll ‘DGVEHtmlExporting.dll’. The assemblies can be found in folder ...
-
It is possible to use separately the export functionality to MSExcel provided by DataGridView Extension. There are some simple steps outlined below you have to follow.1. Add reference to the main assembly ‘DataGridViewExtension.dll’ and export dll ‘DGVEExcelExporting.dll’. The assemblies can be found in folder 'v1.1.1\Bin' in ...
-
When Microsoft released .NET framework 2.0 the DataGrid control was replaced by DataGridView, which allows the developers to control better the way the data is presented by creation of much more user friendly views, but even in DataGridView control there is missing functionality.And here is where the DataGridView Extension component ...
|
|
|