Hi!
How do I display the vertical scroll bar using the ScrollableGridPlugin.js.
The code works perfectly, but navigation only works with the mouse's scroll lock.
I am using this code but the vertical scroll bar does not appear.
As I said, navigation in the gridiview only works like a scroll lock on the mouse.
I would like the vertical scroll bar to appear
<script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="Scripts/ScrollableGridViewPlugin_ASP.NetAJAXmin.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#<%=GridView1.ClientID %>').Scrollable({
ScrollHeight: 300,
});
});
</script>