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

Hide some columns

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Erin
Top achievements
Rank 1
Erin asked on 12 Mar 2014, 01:19 PM
Hi
I want to hide some columns in export to pdf. is there an easy way other than hiding columns during export in commanditem event?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Mar 2014, 01:23 PM
Hi Erin,

You can set the Exportable property of the column to false if you don't want to export a column.

ASPX:
<telerik:GridBoundColumn UniqueName="OrderID" DataField="OrderID" HeaderText="OrderID" Exportable="false">
</telerik:GridBoundColumn>

Thanks,
Princy
Tags
Grid
Asked by
Erin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or