|
|
Browse by Tags
All Tags » Issues
-
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 John,
Thank you for your feedback.
Yes, this is known behavior and it is a side effect of our error handling. If an error occurs we restore the default formatting of a column because otherwise this might make your application crash completely.
However we have to find a solution to prevent the restore of the settings in cases like yours, ...
-
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 ...
-
Dear David,
Really sorry for the inconvenience.
It seems that there are difference in your environment and the one we reproduced the problem. We are absolutely determined to find the cause and fix it. For now, to restore at least the previous working status you can replace your pdf exporter assembly with the one from the zip. The ...
-
Hi Andrey,
Thank you very much for the kind words about DataGridView Extension and also for the valuable feedback.
Yes! You are absolutely right about this problem; we have managed to reproduce it with unbound grid view control. If this is not your case please provide us more information about the exact useage of the ...
-
Hi Mantis,Thank you very much for the good words regarding DataGridView Extension. People like you give us the confidence we are on the right direction. You know that each new product needs some time to become mature and the problems are part of the game.Now regarding your problem we can tell you that we will investigate it and will try ...
-
List of all known\unknown issues of DGV Extension.
The property 'IsManagedByExtension' is not visible design time in case you are using control that inherits the standard DataGridView control. - Fixed and available for download (21 Sept 2007)
First export of DataGridView with default colors to MSExcel results in black color of all ...
|
|
|