I though that in all kendo widgets, wrapper property is the outer element for widget. But in TabStrip case this is not true, because wrapper and element point to same jQuery element (when created from div, not ul).
Why?
Is there any other widget, which wrapper property do not point to top(the most outer) jQuery element?