简体   繁体   中英

AJAX Control with Drag and Drop Cells

I am looking for an ASP.net AJAX control (Grid or Table) that can drag and drop its cells and order them in a column and row row I want. It is a requirement for my Final Year project and I am struggling for a good solution.

In simpler words it is more like a scheduler kind of control.

I am looking for a control like this for ASP.net project

http://www.redips.net/javascript/drag-and-drop-table-content/

There is no such control in Ajax. you have to use any third party control or use Javascript or Jquery to make your own. following link will help you out to achieve this:

Drag and Drop table cells

Jquery drag and drop with Table Cells and getting their position to save

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM