Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am using fixed header to Gridview using jquery. If it is a single page it is working fine but when i am using it in Gridview which is inside a MasterPage then it is not working.


My jquery is :-
jquery-1.4.1.min.js
ScrollableGridPlugin.js



and also i have write a script code :-

XML
<script type="text/javascript" language="javascript">
         $(document).ready(function () {
             $('#<%=gdvGroup.ClientID %>').Scrollable();
         }
)
</script>



is there any solution then help.
Posted

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



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