Can I hide the header for a window taghelper?

1 Answer 12 Views
Window
Laurie
Top achievements
Rank 1
Iron
Laurie asked on 29 May 2025, 04:32 PM | edited on 29 May 2025, 04:33 PM
We're using the kendo-window component with iFrames and would like to hide the taghelper's header and implement the functionality that provides in our iFrame razor page. Is there a way to do this using the the <kendo-window> taghelper control?

1 Answer, 1 is accepted

Sort by
1
Accepted
Eyup
Telerik team
answered on 31 May 2025, 08:16 PM

Hello Laurie,

 

Thank you for reaching out to us.

You can achieve this requirement using the following approach:

<style>
    .k-window-titlebar{
        display: none;
    }
</style>
I have created a live sample with <kendo-window> TagHelper for your convenience:
https://netcorerepl.telerik.com/mfuTnlGa15Lbyg5R43

Do you find this sample helpful? Do not hesitate to correct me if I missed something.

 

Regards,
Eyup
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Laurie
Top achievements
Rank 1
Iron
commented on 03 Jun 2025, 01:13 PM

That works! Thanks!
Tags
Window
Asked by
Laurie
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Share this question
or