This question is locked. New answers and comments are not allowed.
I tried to insert a calendar in a tabstrip
Only the header is displayed
The content is hidden
To reproduce this behavior, insert this code
anywhere in one of the tabs of the sample application and check
Only the header is displayed
The content is hidden
To reproduce this behavior, insert this code
<%=Html.Telerik().Calendar() .Name("Calendar") .Value(DateTime.Today)%>