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

I have a gridview with scroll bars.But thats not working.
here is my code,

Can you tell me whats wrong in my code?


<asp:UpdatePanel ID="UpdatePanel2" runat="server">
<contenttemplate>
<asp:Panel id="panelContainer" runat="server" Width="1000px" Height="500px" ScrollBars="Both"><asp:GridView style="MARGIN-TOP: 0px; MARGIN-LEFT: 5px; PADDING-TOP: 0px" id="grdPrice" runat="server" Width="881px" Height="420px" ForeColor="#333333" Font-Size="10px" Font-Names="Verdana" OnSelectedIndexChanged="grdPrice_SelectedIndexChanged" RowStyle-VerticalAlign="Bottom" OnPageIndexChanging="grdPrice_PageIndexChanging" GridLines="Both" CellPadding="4" AllowPaging="True">
<rowstyle verticalalign="Bottom" backcolor="LightGoldenrodYellow" height="15px">

<footerstyle backcolor="#EDA505" font-bold="True" forecolor="White" height="15px">

<pagerstyle horizontalalign="Center" wrap="False" backcolor="#EDA505" forecolor="White" height="20px">

<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333"></SelectedRowStyle>

<HeaderStyle BackColor="#EDA505" Font-Bold="True" Font-Size="Small" ForeColor="White" Height="25px" Width="850px"></HeaderStyle>

<editrowstyle backcolor="#2461BF">

<alternatingrowstyle backcolor="White">



Posted
Comments
Sandeep Mewara 26-Apr-12 10:18am    
"I have a gridview with scroll bars" - what do you mean by this?

Scrollbar would depend on your page design.
Thendral.N 26-Apr-12 10:28am    
gridview with horizontal and vertical scroll bar
Thendral.N 26-Apr-12 10:29am    
vertical scroll bar is working fine but horizontal scroll bar is not working
Ali Al Omairi(Abu AlHassan) 26-Apr-12 10:36am    
please send me the the markups of your page and the javascript you are using.

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