This is a migrated thread and some comments may be shown as answers.

Export to Excel need to remove Icon on header

0 Answers 98 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 16 Jun 2017, 02:39 AM

Hi,

Need help on I export data to Excel it show image on the header column how to remove this filter icon, the columns is dynamic generated.

And here the code I export to Excel

  rtlist.GetColumnSafe("Actions").Display = false;
  rtlist.ExportSettings.IgnorePaging = true;
  rtlist.ExportSettings.OpenInNewWindow = true;
  rtlist.ExportSettings.ExportMode = TreeListExportMode.ReplaceControls;
  rtlist.ExportToExcel(); 

 

Thank

Paul S

 

No answers yet. Maybe you can help?

Tags
TreeList
Asked by
Paul
Top achievements
Rank 1
Share this question
or