I have requirement like client can able to Drag and drop and change the position of rows in Gridview.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.