|
|
Browse by Tags
All Tags » Code samples
-
It is possible to change the default folder where all Xml data is saved, you just have to insert the following lines of code in your application:1. Add reference to the main assembly ‘DataGridViewExtension.dll’ and to any of the export dlls you wish to be supported. The assemblies can be found in folder 'v1.1.1\Bin' in the ...
-
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 ...
-
In order to extend a DataGridView control with the DGV Extension you have to:
1. Add reference to the main assembly ‘DataGridViewExtension.dll’ and all export DLLs you wish to be supported by the extension in your application like ‘DGVEExcelExporting.dll’ and/or ‘DGVEHtmlExporting.dll’. The assemblies can be found ...
|
|
|