arvind baldaniya

arvind baldaniya

  • 1.3k
  • 339
  • 138.1k

Kendo UI Tabstrip content collision issue.

Aug 26 2019 1:09 AM
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());
};

Attachment: issue.rar

Answers (2)