I am trying to export a grid that has hidden columns to excel using the UltraGridExcelExporter. My issues is that it will export all columns, including the hidden columns as well. Is there a property to only allow the visible columns to be exported.
Hi Jason,
When you export, the hidden columns should not get exported by default. Basically WYSWYG.I am attaching a sample app where the hidden columns are excluded while exporting and thus are not there in the xml file.
thanksJosheela
I also forgot to mention that the UltraGrid contains more than 256 columns. Some of which are hidden and some visible.