Separate scrolls for inner tables in hierarchical grid

Thread is closed for posting
6 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 13 Jul 2006 Link to this post

     

    Requirements

    RadGrid for ASP .NET version

    RadControls for ASP .NET AJAX version

    3.5.x and later


    2008.1.415 and later

    .NET version

    2.0 and later

    Visual Studio version

    2005 and later

    Programming language

    C#

    Browser support

    all supported by RadGrid for ASP .NET


    all browsers supported by RadControls for ASP .NET AJAX


     
    The project demonstrates how to add scrolls to each table in grid hierarchy. In summary, we add manually a div with fixed height and overflow: scroll to each GridTableView which represents inner table in the grid. The MasterTableView scroll is defined through the ClientSettings -> Scrolling -> AllowScroll attribute of the grid.

    Note: The scroll height for the grid's child tables will be equal. The reason behind this is that the divs (which have the same predefined width and overflow settings) are containers for each nested table. Static headers are not supported for the inner tables.
     
  2. 4D0A25D6-D3EE-4C39-BD97-0B82D7297A57
    4D0A25D6-D3EE-4C39-BD97-0B82D7297A57 avatar
    80 posts
    Member since:
    Jul 2006

    Posted 13 Jul 2006 Link to this post

    Stephen,

    bar of being the best support i've ever gotten it is exactly what solves my problem :) Thanks a lot for your help!

    As I'm kind of through with testing (I've seen more than enough of how great your controls are) i will purchase the control suit next week. I'm really amazed - and in times like these it's not too easy to get amazed by a software-vendor ;-)

    Thanks again,
    kind regards
    Wolfgang
  3. 04C9B9EF-18EF-46A7-A8BE-70F2EEBDAA7C
    04C9B9EF-18EF-46A7-A8BE-70F2EEBDAA7C avatar
    18 posts
    Member since:
    Sep 2015

    Posted 14 Jul 2006 Link to this post

    Hello Wolfgang,

    I am happy that the proposed solution worked for you. Thanks for taking the time to share your words of appreciation. We are certainly thrilled to hear about your excitement for our products and company.

    Let me know your thoughts and thanks beforehand.

    Regards,
    Stephen
    the telerik team
  4. B9AED2FE-3280-49E5-A8F9-01FBE09817D0
    B9AED2FE-3280-49E5-A8F9-01FBE09817D0 avatar
    2 posts
    Member since:
    Dec 2006

    Posted 15 Feb 2007 Link to this post

    How I will get this in VB
  5. 6AB3838B-B392-4EDE-97F0-B3F5916D8900
    6AB3838B-B392-4EDE-97F0-B3F5916D8900 avatar
    11100 posts
    Member since:
    Jan 2017

    Posted 16 Feb 2007 Link to this post

    Hi Vijimeena,

    Here is link to a good VB.NET <=> C# translator. This will help you convert the code in VB.NET language.

    Greetings,
    Vlad
    the telerik team
  6. 50B6A6EE-746B-4AEB-BD6E-48BD4B7AC427
    50B6A6EE-746B-4AEB-BD6E-48BD4B7AC427 avatar
    1124 posts
    Member since:
    Sep 2012

    Posted 15 Sep 2010 Link to this post

    Hello,

    Attached to this post, you will find an updated VB version of the project.

    I hope it helps.

    All the best,
    Mira
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Back to Top

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