Hi
I have a problem with the Grid export to PDF and XPS.When you have padding between the columns, export shows all the columns without padding. Thus, after the last column of the grid, is a blank space. The more columns I have more space left.How do I solve this?
Thank's
Hello Patricia,
I have logged this as development issue 94303. I will make another post once the issue has been resolved.
Thanks for the answer
I did as you described and it worked!
Thank you
Hi,
I tried this out and I am getting the same results. I am going to forward this thread over to Infragistics Developer Support so they can create a case for you and write this up as a bug for developer review.
In the mean time, you can work around the issue like so:
private void ultraGridDocumentExporter1_BeginExport(object sender, Infragistics.Win.UltraWinGrid.DocumentExport.BeginExportEventArgs e) { e.Layout.Override.CellSpacing = 0; }
Thanks for the feedbackI'm using version 10.3. How do I solve this problem?I have a problem with DockManager, even after performing the requested tests, we still have the same problem. You can check for me?http://community.infragistics.com/forums/t/47604.aspxThank you
What version of the controls are you using? If this is happening in the latest version, then it's clearly a bug.