Using the same example I have created a jQuery Plugin for Scrollable GridView with Fixed header so that you can directly make a GridView scrollable. HTML Markup < form id ="form1" runat ="server"> < asp : GridView ID ="GridView1" runat ="server" AutoGenerateColumns = "false"> < Columns > < asp : BoundField DataField = "ContactName" HeaderText = "Contact Name" /> < asp : BoundField DataField = "City" HeaderText = "City" /> < asp : BoundField DataField = "Country" HeaderText = "Country" /> Columns > asp : GridView > form > Applying the Scrollable Grid jQuery Plugin < script src ="Scripts/jquery-1.4.1.min.js" type ="text/javascript"> script > < script src ="Scripts/Scro...
C#, ASP.NET, .NET, Intermediate,Database,Database,Free source code, tutorials
Comments
Post a Comment