Click here to Skip to main content
15,923,120 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir, I want make the gridview scrollable from both side. I want the width of this gridview 900px and height 600px. Give me a css code that works here.

Thanks & Regards
Bigyan Ranjan Sahoo
Posted

Did u try anything? First try something and then let us know the problem you are facing
 
Share this answer
 
Comments
bigyan sahoo 19-Jul-14 10:44am    
Sir I have used this CSS for this grid view and it does not work here. Plz give a solution to me.

.Grid
{
width:900px;
overflow: scroll;
height:600px;
position:relative;
}

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