or

<li ng-repeat="game in tabSchedule(**need tab here**)">{{game.date}}</li><li ng-repeat="game in tabSchedule($('#tabs li.k-item.k-*****')">{{game.date}}</li>function updateStatus(uN, tId, isSub, tAct, lN) { $.ajax({ url: "supersecretwebsite.com", type: "POST", success: function (a) { $("#LoanTasksTop").data("kendoGrid").dataSource.read(); $("#LoanTasksTop").data("kendoGrid").refresh(); } });}var kendoGrid = $("#myGrid").data("kendoGrid");
var index = kendoGrid.items().index(kendoGrid.select());//Pages are base 1index += (kendoGrid.dataSource.page() - 1) * kendoGrid.dataSource.pageSize();$("#recent-country-filter").kendoDropDownList({ dataTextField: "CountryName", dataValueField: "CountryId", dataSource: countryDs, value: "1", optionLabel: { CountryName: "Any country", CountryId: "0" },