Click here to Skip to main content
16,015,991 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to have a Gridview where I can drag and columns to reorder the Grid as per client satisfaction.

After googling I can find only sources that reveals how to find reorder Gridview rows.Similar discussion seen in Code Project also.


Please post proper links only....


Thanks
..
Posted

To achieve that in normal ASP.NET Gridview, you need to do code(may be a lot to develop a perfect one). I think some 3rd party components have this option.

I found this opensource, check it out.
http://ajaxdatacontrols.codeplex.com/[^]

Check this article which's related to above opensource
ASP.NET Ajax Grid and Pager[^]

EDIT
-----------------------------
I tried this
http://www.google.com/search?q=jquery+table+draggable+columns[^]
And got this one(try Google for more)
Simple jQuery Plugin For Draggable Table Columns - Dragtable[^]
 
Share this answer
 
v2
Comments
abatechcal_sreya 3-Dec-13 8:10am    
IS there any solution for this in JQUERY ???like row draggung?
thatraja 3-Dec-13 8:16am    
Check updated answer
Refer-

1. Drag and Drop Section in ASP.NET Ajax Grid and Pager[^]
2. Column Drag and Drop[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900