Completed
Last Updated: 19 Aug 2019 12:26 by ADMIN
ADMIN
Kostadin
Created on: 04 Aug 2016 07:12
Category: UI for ASP.NET AJAX
Type: Bug Report
6
Hiding columns when exporting RadGrid with multi-column headers to binary Excel formats breaks the layout

		
6 comments
ADMIN
Eyup
Posted on: 17 Jul 2018 08:46
Thank you Andy for sharing this idea. We've created a sample RadGrid web site using a similar approach and attached it to this post. I hope it will prove helpful to other developers as well in resolving this issue.
Andy
Posted on: 26 Feb 2018 14:02
This isn't a fix to the bug, but we found a workaround:  instead of hiding the column, we delete the column.  In our case, though, we are using auto generated columns, so we can delete them "early enough" before the headers are formatted--in our case,  we do this during Page_PreRender, but I can't promise this will work in your situation.
Michael
Posted on: 26 Feb 2018 13:48
Any update on this bug ? I'm waiting one and a half year for a solution.
I need a solution for my customer ASAP.
Gilles Beraudo
Posted on: 05 Dec 2017 12:42
One year later.... Any update?
Elvis
Posted on: 02 Dec 2016 08:47
Any update on this bugs? It causing production issues on my client's site. They are forcing us to fix give them solution ASAP.
Andy
Posted on: 18 Nov 2016 13:16
We have to hide columns based on choices the user makes, and we reuse the dataset multiple places.  We are using a combination of auto generated columns, multicolumn headers and the excel (xlsx) export.  We have to be able to adjust which columns are showing in the ColumnCreated event.  Please fix this soon.