开发者

grid needed to perform edit, delete, add new row and DragDrop rows in asp.net 3.5

开发者 https://www.devze.com 2022-12-08 01:49 出处:网络
Please suggest me a grid which performs the Add, Edit, Delete and DragDrop rows. Is our normal GridView suffice this requirement? or 开发者_C百科should I go for DevExpress Grid or some other third par

Please suggest me a grid which performs the Add, Edit, Delete and DragDrop rows. Is our normal GridView suffice this requirement? or 开发者_C百科should I go for DevExpress Grid or some other third party grids?

Thanks in advance


I am presuming by re-order, you mean sort? If you use a dataset, the gridview should take care of all of this functionality for you.

If you mean something else by reorder, you are going to have to do some hand coding, or use something like http://www.codeproject.com/KB/webforms/DragAndDropGridView.aspx perhaps.

0

精彩评论

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