Posted
on Feb 17, 2012
(permalink)
Dear Teleriks,
I have a view with a tabstrip control with two tabs. The tabs' content are filled in server-side (so no-ajax call through tab changing).
I load this view through ajax call (Jquery.ajax) in a telerik modal window.
Everything is OK in first call. It means the tabstrip loads successfully and I can switch between tabs simply. After closing the modal window, I repeat my ajax request. In the second request the view and the tabs load successfully but I cannot switch between tabs anymore unless
I refresh the page(via F5). After refreshing(means jquery+telerik scripts load from scratch), the above scenario can be happened again.
I thinks it is a bug in telerik tabstrip script because I have no any javascript error/warning in firebug console (or the same in chrome).
Thanks in advance