gridview drag and drop columns

Posted by Merukulla under ASP.NET on 9/25/2015 | Points: 10 | Views : 2289 | Status : [Member] | Replies : 1
Hello,

I have a requirement for asp.net gridview drag and drop columns functionality to implement. Is it possible with asp.net gridview columns to be drag and drop. If I drag 4th column to 1st column place it should be replace 1st column data with 4th column. I have to use only asp.net gridview not any other third party controls. I tried searching online and no luck. Can it be done with jQuery?
Thanks,
Madhavi Erukulla




Responses

Posted by: Sheonarayan on: 9/25/2015 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
Of course it can be done using jQuery but there is no ready made control available. You can take help of Drag and Drop plug in of jQuery https://jqueryui.com/draggable/.

With the advent of HTML5, you can also do it in pure HTML5 and JavaScript http://techfunda.com/Howto/html5/720/drag-drop-objects.

However if you do not want to do too much you can go against your recommendations and use Telerick and other third party plug ins.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Merukulla, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response