Drag & Drop table columns
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Dear all, I have an asp.net page which include asp table, i want to make it possible to drag and drop this table's columns how should i do that??? Thanks
-
Dear all, I have an asp.net page which include asp table, i want to make it possible to drag and drop this table's columns how should i do that??? Thanks
Maybe you can find a third party control with this functionality. Doing it yourself will be extremely difficult. You would need some serious javascript skills to write that. Even if you could write the javascript to "move" the columns you would need some AJAX to maintain the state, otherwise after a postback the grid would go back to its original state.