We are looking to get tabs with menu list or dropdown kind think in it , with items in that , Below i have attached image of our requirement,
Kindly provide solution for above requirement ,
Thanks,
Mike
1 Answer, 1 is accepted
0
Neli
Telerik team
answered on 18 May 2021, 06:36 AM
Hi Mike,
I have replied to the support thread on the same issue. I will post my reply here below as well, as it could be helpful to the other users in the Forum.
You could add an input element in the list for the tabs and initialize a DropDownList from that element.
When the DropDownList in the tab is clicked, the tab will be focused, thus the DropDownList will be closing immediately. For this reason, you could set a flag in order to mark whether the DropDownList should close. In the Dojo example linked here the closing of the DropDownList is prevented in the close event handler depending on the closeAllowed flag value. In case the user clicks outside the DropDownList the closeAllowed value is set to false, thus the DropDownList should close correctly.
I would also suggest you take a look at the Kendo Toolbar demos to check if the Toolbar is more suitable in your scenario:
I hope you will find the provided information and example helpful.
Regards,
Neli
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.