Reputation: 209
Is there any open source that extends ASP.NET GridView, which allows Column order to be changed after it's rendered, raises a server side event when a Column is Dragged & Dopped ? I should be able to do this myself. I am wondering If there's any already.
Also, am just curious How long would it take for you to get this feature implemented.Just to know where I stand.
Upvotes: 2
Views: 1394
Reputation: 6434
Component Art's grid has this functionality, but it s not open source
Upvotes: 0
Reputation: 43094
The GridView in .NET 3.0+ supports this feature, are you tied to an earlier release?
Upvotes: 1