Add tab and PageView client-side

Thread is closed for posting
5 posts, 0 answers
  1. 0B6465A9-1E50-435C-B637-614B0BBF8608
    0B6465A9-1E50-435C-B637-614B0BBF8608 avatar
    524 posts
    Member since:
    Feb 2007

    Posted 07 Mar 2007 Link to this post

    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
  2. DF71CE83-EE32-41FA-9DDA-B83CCEBC5B30
    DF71CE83-EE32-41FA-9DDA-B83CCEBC5B30 avatar
    12 posts
    Member since:
    May 2007

    Posted 13 Jun 2007 Link to this post

    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

  3. DF71CE83-EE32-41FA-9DDA-B83CCEBC5B30
    DF71CE83-EE32-41FA-9DDA-B83CCEBC5B30 avatar
    12 posts
    Member since:
    May 2007

    Posted 22 Aug 2007 Link to this post

    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

  4. DF71CE83-EE32-41FA-9DDA-B83CCEBC5B30
    DF71CE83-EE32-41FA-9DDA-B83CCEBC5B30 avatar
    12 posts
    Member since:
    May 2007

    Posted 22 Aug 2007 Link to this post

    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...
  5. 500F3F81-A3C7-4F40-95E3-E580A362BF02
    500F3F81-A3C7-4F40-95E3-E580A362BF02 avatar
    20 posts
    Member since:
    Sep 2007

    Posted 10 Oct 2007 Link to this post

    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 !
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.