Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 99250

Disable tabs in child grid doesn't work correctly

$
0
0
Hello! 

 

When I use this code to disable 2nd and 3rd tab in each detailed row I see that only first expanded row has those tabs disabled - and all other rows that I expand are enabled - what am I doing wrong? Thanks for help!

var tabStrip = $("#mytabstrip").kendoTabStrip().data("kendoTabStrip");
            tabStrip.disable(tabStrip.tabGroup.children().eq(1));
            tabStrip.disable(tabStrip.tabGroup.children().eq(2));

 
<scripttype="text/x-kendo-template"id="template">
         <divclass="tabstrip"id="mytabstrip">
             <buttonid="gridButton">gridButton</button>
             <ul>
                 <liclass="k-state-active"id="AccountsTab">
                     Счета                       
                 </li>
                 <liid="AccountInfoTab">
                     Полная информация по счету:
                 </li>
                 <liid="BillEventsTab">
                     Просмотр событий по счету:
                 </li>
             </ul>
             <div>
                 <divid="account"class="Account"></div>
             </div>
              
         </div>
 
     </script>

Viewing all articles
Browse latest Browse all 99250

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>