views:

477

answers:

2

Hi,

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

Thanks in advance

A: 

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.

Paul
A: 

Hi, I need Inline edit, delete, Add(image button at the bottom of the grid) and Drag Drop in GridView. Could anybody provide me some sample or reference links for this?

Sunny