Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Grid > Drag and drop between flat and hierarchical grid.

Answered Drag and drop between flat and hierarchical grid.

Feed from this thread
  • Posted on Aug 8, 2011 (permalink)

    Requirements

    RadControls version Q1 2010 and later
    .NET version 3.5 and later
    Visual Studio version 2008 and later
    programming language C#/VB.NET
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    The attached project shows how to implement drag and drop between flat (source) and hierarchical (target) grids. For the sake of simplicity, the datasource used in this demo is persisted in the Session state. Also, you will find some optional lines of JavaScript/jQuery code that is used to fade the target table in order to show where it is possible to drop the dragged item.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Grid > Drag and drop between flat and hierarchical grid.