TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
arvind baldaniya
NA
339
140.5k
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
Reply
Answers (
2
)
$ not defined error
Keep single checkbox stay checked after refreshing the page?