Click here to Skip to main content
15,885,197 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This below client side script is not working in master page...
C#
<script type="text/javascript">
  $(document).ready(function () {
    gridviewScroll(); 
  });
 function gridviewScroll() {
   $('#<%=Gridview1.ClientID%>').gridviewScroll({ 
     width: 660, 
     height: 200, 
     freezesize: 2 
   });
  } 
</script>



nothing error it shows but the script is not loading i think...please refer this link gridviewscroll.aspcity.idv.tw/Demo.aspx i need the gridview like this i have tried using it master page but it wont shows any output please help me out of this thanks in advance..
Posted
Updated 26-Jun-14 19:48pm
v2
Comments
Sampath Lokuge 27-Jun-14 2:40am    
Have you added jquery libraries properly ?

1 solution

also check order of ur scripts Jquery.js should appear above gridviewScroll.js
 
Share this answer
 
Comments
ChandruLS 28-Jun-14 0:13am    
hi Akshay_Randive, I have rearranged scripts but it seems same...no effect..if there any gridview design like this with freeze options please let me know......thanks in advance..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900