开发者

Drag & Drop Gridview Rows

开发者 https://www.devze.com 2023-02-06 20:40 出处:网络
I have requirement like client can able to Drag开发者_运维百科 and drop and change the position ofrows in Gridview.I think you may be able to accomplish that with JQuery\'s Sortable plugin: http://jqu

I have requirement like client can able to Drag开发者_运维百科 and drop and change the position of rows in Gridview.


I think you may be able to accomplish that with JQuery's Sortable plugin: http://jqueryui.com/demos/sortable/

Since the grid renders a table element, you should be able target it this way: http://devblog.foliotek.com/2009/07/23/make-table-rows-sortable-using-jquery-ui-sortable/

HTH.

0

精彩评论

暂无评论...
验证码 换一张
取 消