Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › grid.print() custum header Tagged: grid print This topic has 1 reply, 2 voices, and was last updated 2 years, 7 months ago by Markov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 28, 2023 at 8:29 am #104639 Dark BeccioParticipant HI, is there a way to add a custom header or title when u print the grid? for example: i call grid.print() ——– MyTitle ——– printed Grid <hr /> TY March 28, 2023 at 9:25 am #104640 MarkovKeymaster Hi, This code would allow you to add custom content in a grid header. header: { visible: true, template: ‘<button>Test</button>’ }, Regards, Markov Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In