I have very basic code and scroll buttons are not displayed. Client side events are not working either (I've tried) :-(
My Telerik version is 2010.2.713.35
here's my code
tabs are added dynamically in code. (there are enough tabs for scroll to show up)
please, suggest a solution
My Telerik version is 2010.2.713.35
here's my code
function
Repaint(sender, args)
{
//this function never fires
var
tabstrip = $find(
'<asp:Literal ID="litTabPages" runat="server" Mode="PassThrough" />'
);
tabstrip.repaint();
}
<
telerik:RadTabStrip
ID
=
"tabPages"
runat
=
"server"
Skin
=
"Default"
ScrollChildren
=
"True"
ScrollButtonsPosition
=
"Left"
Width
=
"300px"
OnClientLoad
=
"Repaint"
>
</
telerik:RadTabStrip
>
tabs are added dynamically in code. (there are enough tabs for scroll to show up)
please, suggest a solution