I tried to put a checkbox in the header of tabstrip and found the checkbox cannot be clicked. Is there any workaround? Thanks.
<div class="demo-section k-content">
<div id="tabstrip">
<ul>
<li class="k-state-active">
Paris <input type="checkbox" />
</li>
<li>
New York
</li>
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 19 May 2016, 05:41 AM
Hi,
The tabstrip title events are used for navigation between the different contents, with that said the clicks will not be propagated to the underlying components or the checkbox in your case. I am afraid that this a feature that cannot be supported.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!