All Tags »
Code samples »
DataGridView Extension
Sorry, but there are no more tags available to filter with.
-
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 ...