Dear Kendo-ites,
I'm using a tabstrip with ajax calls (contentUrls) as follows:
It works like a charms, however when I disable the animation (I tried to set it to false, none, null), I can see in the debugger/console that a call to the same contentUrl is being made 3 times instead of one.
I'm using a tabstrip with ajax calls (contentUrls) as follows:
var $tabs = $("#tab");$tabs.kendoTabStrip({ animation: { open: { effects: "fadeIn"} }, contentUrls: [ 'index.cfm?action=search_events', 'index.cfm?action=search_requests', 'index.cfm?action=search_documents' ]});It works like a charms, however when I disable the animation (I tried to set it to false, none, null), I can see in the debugger/console that a call to the same contentUrl is being made 3 times instead of one.