Hello,
I have a tabstrip with the following settings that works perfectly in my developing machine (Win7 Pro). When running the deployed app on a Test server (Win 2008 R2), the "next" scroll button disappears. I am sure it's something simple that I missed, but I couldn't figure it out. Could you help? I am running on the latest version of Telerik's controls (2010.3.1215).
<telerik:RadTabStrip ID="rtsProfile" runat="server" ClickSelectedTab="true" Skin="Default" ScrollChildren="true" DataTextField="firm_name" DataValueField="profile_id" ScrollButtonsPosition="Right" ScrollPosition="2"> </telerik:RadTabStrip>