Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > TabStrip > Add tab and PageView client-side

Add tab and PageView client-side

Feed from this thread
  • Posted on Mar 7, 2007 (permalink)

    Requirements

    r.a.d.controls version

    Q4 2006 SP2
    .NET version 2.0
    Visual Studio version 2005
    programming language Javascript
    browser support

    all browsers supported by r.a.d.controls


     
    PROJECT DESCRIPTION
    Demonstrates how to add a new tab to radTabstrip without postback and then associate it with a PageView on the page

    Reply

  • sbenjamin avatar

    Posted on Jun 13, 2007 (permalink)

    I notice that the tab view is created via the client side api which is cool, however, the corresponding multipage is created during design time at the server.  Is it possible to create the multipage element at the client as well?

    Thanks,
    Scott

    Reply

  • sbenjamin avatar

    Posted on Aug 22, 2007 (permalink)

    I am wondering why the area behind the tab does not fit the style in the example.  Is there something special you have to do that isnt in the source?

    Thanks,
    SB

    Reply

  • sbenjamin avatar

    Posted on Aug 22, 2007 (permalink)

    I figured this one out on my own the line:

    span.className = "innerwrap";

    should read:

    span.className = "innerWrap";

    CSS style sheets being case sensitive of course...

    Reply

  • UT_DEV avatar

    Posted on Oct 10, 2007 (permalink)

    As i undestand No possible solution, we can`t add pageview from a client side, we can do any modifications on pageview on client side, we can immitate deleting of spefic tab just hiding it, no other way to archive this goal !

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > TabStrip > Add tab and PageView client-side