Change PanelBar parent and children cursor to pointer on Mouse Hover

1 Answer 50 Views
PanelBar
abdul
Top achievements
Rank 2
Iron
abdul asked on 12 Sep 2024, 10:38 AM

 

I have PanelBar called  Interest Rates and 3 children. I want the parent and all the 3 children cursor to  pointer when hover the mouse.

Interest Rates

Default Rates

Negative Carry

Cash FTP

 

Thanks,

Abdul Ashad

1 Answer, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 17 Sep 2024, 06:31 AM

Hello Abdul,

 

Thank you for writing to us.

You can achieve this requirement using the following CSS rule:

<style>
    .k-panelbar-item *{
        cursor: pointer !important;
    }
</style>
Here is a live sample I've prepared for you:
https://netcorerepl.telerik.com/ceODFrYU304qqh3937

Do you find this sample beneficial? Let me know what you think.

 

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.

Tags
PanelBar
Asked by
abdul
Top achievements
Rank 2
Iron
Answers by
Eyup
Telerik team
Share this question
or