I would like to know how can I make the columns of a GridView draggable, resizeable and hideable. I don’t know too much about JavaScript so if anyone can provide me with a open source solution I’ll be more than thankful because this is quite an emergency to me.
Share
nothing out of the box I can think of.
most webforms controls render some horrendous html, so using the css friendly adapters will make working with the gridview html a much better experience.
from there you can use the jquery-ui interactions to implement draggable, resizeable and hideable.