Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to use jQuery Grid in ASP.NET MVC application.
I use this article.

I would like to have a grid with maximum height - I mean, always to the bottom of the page. Could you help me with that ?

Also I want all columns were 100% of the total width of the grid. In this article there is some space on the right side of the last column (with date).

Thanks for help.
Posted

1 solution

Try height : $(document).height()
 
Share this answer
 
Comments
mnd017 30-Sep-11 18:41pm    
Thanks :)
Prerak Patel 30-Sep-11 23:27pm    
You are welcome.

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