|
|
Browse by Tags
All Tags » Version 1.1.1
-
grid viewyou are trying to manage has Name setThe control is not dynamically added and does have a name.After posting my issue, I tried to extend the grid using the DGVE Component (thinking that integrating it into the derived DGV was the issue). Turns out that the same issue persisted. On the surface, it looks like DGVE doesn't work ...
-
We have a derived DataGridView that we started to add functionality to. I was hoping I can integrate DGVE into our derived DGV, I added the following to the NEW constructor:
_DGVExtension = New DataGridViewExtensionComponent_DGVExtension.SetManagedByExtension(Me, True)
I looked like it was going to work; but, some strange ...
-
Hi,
Thank you very much for using DataGridView Extension and for your feedback.
Could you tell us more precisely what is the expected result and what is the actual result in the print? What is the data type of the column that is not printed correctly and what is the displayed value type (image, string or something else)?
Also it will help ...
-
Hi,
There are no stupid questions!
The deployment of an application that uses DataGridVIew Extension is very simple. You do not have to install anything just to deploy the following assemblies required by the extension to work properly: 1. DataGridViewExtension.dll - This is the main assembly of the ...
-
Hi David again,
We have reproduced the problem with the null reference and also the reason for that exception. The difference was that in order to reproduce your previous problem we used custom image cell that was always returning an image from the resources as formatted value, while you construct your image manually. The Pdf ...
-
Hi David,
You can download version 1.1.1 of DataGridView Extension with the fix of your problem from here. Keep in mind that this is a new version that contains mainly bug fixes that are listed here.
David try to export to Pdf using this new version and if the problem is fixed please tell us so we can populate the fix also to Excel, ...
|
|
|