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

How to hide tab with MVVM?

1 Answer 157 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Federico
Top achievements
Rank 1
Federico asked on 30 Oct 2017, 10:00 AM

How to hide tab of tabstrip with MVVM?

 

<div id="file">
        <ul>
            <li class="k-state-active" data-bind="visible: checkEmpty">
                Images
            </li>
        </ul>
    </div>

 

Visible does't work!

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 01 Nov 2017, 09:23 AM
Hello Federico,

This approach for hiding works as expected at my end (see this dojo example). Tab2 is visible, while Tab1 is hidden. Let us know in case we are missing something.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
TabStrip
Asked by
Federico
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or