This is a migrated thread and some comments may be shown as answers.

Checkbox on title of tabstrip

1 Answer 163 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Bertha
Top achievements
Rank 1
Bertha asked on 17 May 2016, 05:46 PM

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

Sort by
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!
 
Tags
TabStrip
Asked by
Bertha
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or