drag and drop functionality in web datagrid

  • Thread starter Thread starter sonu
  • Start date Start date
S

sonu

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
 
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,

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
 
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,
 
Back
Top