Hi
I'm having trouble binding the data when I change the tab. First time the data binding perfectly fine but when I Remove any other tab then tab is not working. for example remove second tab then third tab is not working (first tab and third tab is also working). if i am remove third tab then fourth tab is not working (first tab and seond tab is also working).check my uploaded images
$scope.removeTab = function(event){
var item = $(event.currentTarget).closest(".k-item");
$scope.tabstrip.remove(item.index());
};

arvind baldaniyaPosted Sep 4, 2019, 6:13 AM
Vincent Maverick DuranoPosted Sep 1, 2019, 12:17 PM