Export grid to PDF hide column menu indicator

1 Answer 240 Views
Grid
Jeff
Top achievements
Rank 1
Iron
Jeff asked on 30 Sep 2022, 04:24 PM | edited on 30 Sep 2022, 06:56 PM
Is there a way to suppress the column menu indicator ( the three dots stacked on top of each other) in the column heading when exporting a grid to a pdf?  

1 Answer, 1 is accepted

Sort by
0
Jeff
Top achievements
Rank 1
Iron
answered on 04 Oct 2022, 01:16 PM

Found the answer here:

https://docs.telerik.com/kendo-ui/knowledge-base/grid-export-pdf-without-toolbar-pager

Use CSS to hide the column menu.

 

.k-pdf-export .k-header-column-menu {
    display:none;
  }
Alexander
Telerik team
commented on 05 Oct 2022, 06:35 AM

Hi Jeff,

Thank you for sharing the solution with the community, it is greatly appreciated.

Tags
Grid
Asked by
Jeff
Top achievements
Rank 1
Iron
Answers by
Jeff
Top achievements
Rank 1
Iron
Share this question
or