problem in tabpanel ajax control............

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pulkit goel
    New Member
    • Aug 2010
    • 4

    problem in tabpanel ajax control............

    i am having 12 tabspanel on a page
    my requirement is like
    1. first tab is of cover page which contains a gridview
    and a button named ADD

    2. when i click on add button second tab is activated which is by default false it become visible when i click on add button on 1 first tab. now this second contains empty telrik control where i have to enter data

    3. so i am facing problen in shifting to second tab

    4. i have used tabcontainer1.a ctivetabindex=1 ;
    5. but is doesn't work properly problem is that it get shifted to second tab but grifview of first tab remains on its present position and editor is opened under it

    6. but when i click on first tab and then again come back second tab then that grid is not visible there

    7 so i want that only editor shld be visible in second tab when i click add button on first tab

    Please help me its very urgent
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    I really have no clue what you're talking about. Try explaining it again. Furthermore, post some relevant code.

    Steven

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Actually it sounds like the OP is doing everything correctly. They are working with a Tabs control that is part of the ASP.NET Ajax Control Toolkit.

      I don't know why they are experiencing the problems that they are experiencing though... by the sounds of it the OP is doing everything correctly.

      -Frinny

      Comment

      • benwizzle
        New Member
        • May 2010
        • 72

        #4
        Probably yet another bug with the Tabs control

        Comment

        Working...