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

I want Asp.Net Gridview to be resized when browser resolution changes.
Could you please help me to solve this issue? I urgently need this.


Thanks
Kavitha
Posted
Updated 1-Jan-15 19:57pm
v2
Comments
Praveen Kumar Upadhyay 18-Dec-14 3:28am    
width=100% should work.
srishank reddy 18-Dec-14 4:58am    
Thanks for you reply but the code is not working for me i want exactly like the below example in asp.net
http://www.ita.es/jquery/jquery.kiketable.colsizable.htm
Corporal Agarn 23-Dec-14 13:38pm    
What does this have to do with SQL-Server 2008 R2?
Suvendu Shekhar Giri 2-Jan-15 2:07am    
As @srishank reddy said, width=100% should do your task but, make sure that it's parent containers don't have a fixed width and also need to see that any controls inside the GridView also should not have a fixed width. You can use width in percentage instead of fixed pixel values.
Arjsrya 2-Jan-15 3:02am    
Please try this.

http://antoniodelvalle.net/blog/gridview-dynamic-resizing-in-asp-net/

1 solution

Hi
http://www.ita.es/jquery/jquery.kiketable.colsizable.htm[^]

Refer your URL css and integrate with you Gridview.. I will work.
 
Share this answer
 

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