Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページで kendoTabStrip を使用しており、ページでのアクションに基づいて特定のタブを表示および非表示にする必要があります。これはどのように行われますか?以下の私のコード:
これは 1 つの方法です。おそらく最もクリーンな方法ではありませんが、うまくいきます。「eq(1)」に注意してください。これにより、2 番目のタブが選択されます。
var viewtabstrip = $(".viewselector").kendoTabStrip({}).data("kendoTabStrip"); viewtabstrip.disable($(".viewselector ul").children().eq(1));