
race maine
Top achievements
Rank 1
race maine
asked on 24 Jun 2010, 12:57 AM
I have a RadTabStrip that just refuses to show up when page loads or reposts. Not certain what I would need to do to get this working at this point. No where in my code do I disable the control for it not to show up when loaded.
<telerik:RadTabStrip ID="RadTabStrip1" AutoPostBack="true" runat="server" OnClientTabSelecting="TabSelecting"/>
The Tabcollection is filled on postback, so I am not certain why this is happening. Even explicitly setting the enable property to true both on the client and the server side does not seem to work. Any idea what the problem might be?
Thanks in advance!
5 Answers, 1 is accepted
0
Hello Race,
Maybe RadTabStrip is there but for some reason out of the visible area, can you send a live URL of your page where we can test that? Thank you in advance.
Sincerely yours,
Kamen Bundev
the Telerik team
Maybe RadTabStrip is there but for some reason out of the visible area, can you send a live URL of your page where we can test that? Thank you in advance.
Sincerely yours,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

race maine
Top achievements
Rank 1
answered on 25 Jun 2010, 04:29 PM
It is not online yet but below is the code
Dim obj As loanloan = loan.GetInfo(intCurrent) |
Dim obj2 As BoBo = Bo.GetInfo(objOL.key) |
rtab.Tabs.Add(New RadTab(objB.desc, objB.key.ToString)) |
rtab.Tabs.FindTabByValue(objB.key.ToString).Selected = True |
If Not IsPostBack Then |
If (intCurrent > 0) Then |
If obj.key <> -1 Then |
Dim objCo As coreelementcoreelement = coreelement.GetInfo(obj.key) |
Dim cradTab As New RadTab(objCo.desc, objCo.rkey.ToString) |
rtab.Tabs.Add(radTabCoBor) |
End If |
'rtab.DataBind() |
rtab.Enabled = True |
rtab.Visible = True |
rtab.Skin = GetUserSettings.SkinDialog |
rtab.EnableAjaxSkinRendering = True |
End If |
End If |
0

race maine
Top achievements
Rank 1
answered on 28 Jun 2010, 07:23 PM
Hello? Anyone else dealt with this before?
0

race maine
Top achievements
Rank 1
answered on 15 Jul 2010, 09:51 PM
I notice that when I click F5 to refresh my page, the RadTabStrip displays. Problem however is, to get it to change values, when I select another value from my grid, I have to do yet another F5. Any idea what could be causing this please and how I can best fix this problem?
If Not IsPostBack Then
If (intCurrent > 0) Then
If obj.key <> -1 Then
Dim objCo As coreelement = coreelement.GetInfo(obj.key)
Dim cradTab As New RadTab(objCo.desc, objCo.rkey.ToString)
rtab.Tabs.Add(cradTab)
rtab.Enabled = True
rtab.Visible = True
rtab.Skin = GetUserSettings.SkinDialog
rtab.EnableAjaxSkinRendering = True
End If
End If
End If
0
Hello Race,
Can you send a complete page markup plus the respective code behind - it is hard to see what is going on with just a few snippets?
Regards,
Kamen Bundev
the Telerik team
Can you send a complete page markup plus the respective code behind - it is hard to see what is going on with just a few snippets?
Regards,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items