I am very jealous of page real estate. I would like to put buttons to the right of tabs. Potentially, changing them with which tab has focus.
Any idea how this could be done?
Thanks,
Rick
3 Answers, 1 is accepted
0
Magdalena
Telerik team
answered on 01 Dec 2015, 03:47 PM
Hi Rick,
Could you please describe what buttons do you mean? If you would like to change position of scrolling buttons, this functionality is not supported for this moment.
Regards,
Magdalena
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I recently noticed that I can put 'custom' actions in grid headers and bind handlers to them. I would like to similarly add custom action buttons in the idle space not occupied by tabs in tabstrips. Sorry for the delay. I have been ill.
Rick
0
Accepted
Konstantin Dikov
Telerik team
answered on 24 Dec 2015, 08:30 AM
Hello Rick,
Hope you are feeling well now.
Regarding your requirement, the TabStrip widget does not provide a way for adding custom action buttons and you could add only additional tabs to it and try to use them for your custom logic, but please note that you will have to prevent the selection of those additional tabs if you need to only execute some custom logic.
For your convenience, following is a dojo example demonstrating how to add additional tabs dynamically and how to prevent the selection: