RadGrid pivot detail table

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

    Posted 29 Oct 2008 Link to this post

    Requirements

    RadControls for ASP .NET AJAX version

     

    2008.2.1001 and later

    .NET version

    2.0 and later
    Visual Studio version

     

    2005 and later
    Programming language

     

    C#
    Browser support

    all browsers supported by RadControls for ASP .NET AJAX



    PROJECT DESCRIPTION

    The project demonstrates how to implement a pivot table presentation for RadGrid detail tables only. The example works with HierarchyLoadMode set to ServerOnDemand or Client. Each child table clones its structure from the table declared in the DetailTables collection. This is the reason why if HierarchyLoadMode is set to ServerOnDemand only one detail table must be expanded. For this purpose we intercept the OnItemCommand event of the control to hide the previously expanded items.

    Review the implementation in the project for further details.

Back to Top

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