Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

colresizable not working after postback in UserControl

$
0
0

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",              
            });
        });  

it was working when page load.

when postbak occurs it will not work anymore. Any idea.


Viewing all articles
Browse latest Browse all 23244

Trending Articles