drag and drop functionality in web datagrid

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
S

sonu

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
 
I

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

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top