Hi all,
just wondering if there is anyone that can assist with this - we have a grid that by default it loads additional fields that are initially hidden from view. Using the Column Chooser you are able to slecte these columns and show them in the grid. So far so good.
The problem is when you export the gris it doesn't export the additional fields that were added, even though the xamDataGrid field property for that column is set to visible.
Any idea why this may be happening or how to troubleshoot? (btw, we are using v10.1)
Cheers,
Steve
Hello again,
just wanted to follow up on this to see if anyone had any ideas or suggestions on what may be causing this issue. I've messed arount with export options and looked again at the samples but I cannot see what I might be missing.
Hello Steve,
Not sure if you have gotten this to work or not, but it seems like it might have been an issue wht the version you were trying to use. I have tried with the latest version of NetAdvantage (10.3) and the columns come up just fine in the workbook as I un hide them via the field chooser. I will not be able to help more unless I know the version of the controls that you are using. If you are still having problems whith this, please let me know.
A workaround would be to handle the BeginExport event and set the columns visibility inside of that event manually.
e.DataPresenter.FieldLayouts[0].Fields[0].Visibility = Visibiliyt.Visible;