Has anyone figured out a way to change the orientation of a rad tabstrip from vertical to horizontal from javascript? I'm trying to change the orientation if the width of the window is less than 800px and would like for it to be responsive to the size of the window changing.
You can change the orientation of the RadTabStrip by two steps:
removing CSS classes for the horizontal orientation: RadTabStrip and RadTabStripTop_[Skin] or RadTabStripBottom_[Skin]
adding CSS classes for the vertical orientation: RadTabStripVertical and RadTabStripLeft_[Skin] or RadTabStripRIght_[Skin]. Please, find a sample project in the attachment.
Regards,
Magdalena
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.