Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
955
problem to export WebhierarchicalDataGrid.
posted

Hi All!

 

Well, i have a problem, with the export with the Hierarchical DataGrid, well, the export is OK,  but i have hidden  columns,  in my Asp PAge, don't display (this is good), but when i export the Grid, the exported file show me the columns that i hide before..

 

any ideas?? well,. the code for  hide the columns is:    

whdgReporteCaja.GridView.Columns[4].Hidden = true;

and with this too:

whdgReporteCaja.Columns[4].Hidden = true;

 

But the exported file show me all :(

 

Regards!!

Parents Reply Children
No Data