Posted on: 11/21/2013 12:38:34 PM | Views : 960

From the following link
http://www.c-sharpcorner.com/UploadFile/jayendra/column-resizing-in-gridview/
I have test the column resizing with
 $(function t () {                          $('#<%=gvScope.ClientID %>').colResizable({                 liveDrag: true,                 gripInnerHtml: "<div class='grip'></div>",                 draggingClass: "dragging",                & ...

Go to the complete details ...