drag and drop functionality in web datagrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sonu

    drag and drop functionality in web datagrid

    I want to drag rows from one datagrid and drop that rows in other
    datagrid.


    when we drop rows into 2nd datagrid the rows will be deleted from first

    datagrid


    i want this functionality in web application.


    please tell me any DLL,or Com Component,Class or any code regference
    related to this problem.


    Sonu

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: drag and drop functionality in web datagrid

    Sonu,

    For this, you will need a third party control, or some javascript
    library (that you write yourself or is also third partY0. This is the
    reason for smart clients, as this kind of rich functionality in a web
    application is difficult to do, at best.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "sonu" <kr_amitso@yaho o.com> wrote in message
    news:1129030629 .680352.6350@g4 7g2000cwa.googl egroups.com...[color=blue]
    >I want to drag rows from one datagrid and drop that rows in other
    > datagrid.
    >
    >
    > when we drop rows into 2nd datagrid the rows will be deleted from first
    >
    > datagrid
    >
    >
    > i want this functionality in web application.
    >
    >
    > please tell me any DLL,or Com Component,Class or any code regference
    > related to this problem.
    >
    >
    > Sonu
    >[/color]


    Comment

    • sonu

      #3
      Re: drag and drop functionality in web datagrid

      Nicholas,

      Thanks for information.
      can you give me some information about such third party component or
      any code related help regarding this.

      Coz there are lot of articles onsuch functionality for window
      application.
      i am finding the difficulties to findout the right solution for web
      application.

      Any information will be great help for me

      Sonu

      Comment

      • Ignacio Machin \( .NET/ C# MVP \)

        #4
        Re: drag and drop functionality in web datagrid

        Hi,

        This is not a trivial thing to do, and I do advise you to try to find
        another way of doing it, maybe with buttons like "<--" and "-->"

        I saw an article once in MSDN magazine form Dino Esposito IIRC, about
        reordering columns and rows, do a search for it.

        But again, try harder to look for another solution


        cheers,

        --
        Ignacio Machin,
        ignacio.machin AT dot.state.fl.us
        Florida Department Of Transportation


        "sonu" <kr_amitso@yaho o.com> wrote in message
        news:1129030629 .680352.6350@g4 7g2000cwa.googl egroups.com...[color=blue]
        >I want to drag rows from one datagrid and drop that rows in other
        > datagrid.
        >
        >
        > when we drop rows into 2nd datagrid the rows will be deleted from first
        >
        > datagrid
        >
        >
        > i want this functionality in web application.
        >
        >
        > please tell me any DLL,or Com Component,Class or any code regference
        > related to this problem.
        >
        >
        > Sonu
        >[/color]


        Comment

        • Nicholas Paldino [.NET/C# MVP]

          #5
          Re: drag and drop functionality in web datagrid

          Sonu,

          If you want to take a crack at it yourself, there was a good article in
          MSDN magazine in the Cutting Edge section which did something like this (it
          allowed you to move columns, but you should be able to modify it for rows).
          You can find it at:

          Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.


          Also, I would just do a search on google for "ASP.NET" drag drop grid.


          --
          - Nicholas Paldino [.NET/C# MVP]
          - mvp@spam.guard. caspershouse.co m


          "sonu" <kr_amitso@yaho o.com> wrote in message
          news:1129033727 .072109.177000@ g14g2000cwa.goo glegroups.com.. .[color=blue]
          > Nicholas,
          >
          > Thanks for information.
          > can you give me some information about such third party component or
          > any code related help regarding this.
          >
          > Coz there are lot of articles onsuch functionality for window
          > application.
          > i am finding the difficulties to findout the right solution for web
          > application.
          >
          > Any information will be great help for me
          >
          > Sonu
          >[/color]


          Comment

          Working...