Hi,
I was trying to use the UltraGridDocumentExporter to export my grid (multiband) to a PDF file by using the export() method, however, every time I tried to export it will throw an ArgumentException saying "An item with the same key has already been added".
The grid itself displays, prints, and export to Excel fine, I'm just not sure what's causing this error. Any helps please?
Hi Chris,
Do you have the latest Hot Fix? This sounds like an issue that was already fixed recently.
What version was this fixed in?
I am on 8.2.20082.2187
I am also getting an ArgumentException.
Here is the error text: "String values assigned to a cell cannot have a length greater than 32767."
Also, I have set the FileLimitBehaviour property to TruncateData.
Thanks
I realized that the objects where different after I posted, but it wont allow me to edit or delete the post.
Anyway
This error does not appear to be in any way related to the original poster's error. It also does not appear to have anything to do with the FileLimirBehavior.
The error message is pretty clear to me. It looks like you are trying to put more text into a single cell than Excel will allow.