Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Plz tell me how to display grid when button click in mvc
Posted
Comments
n.podbielski 19-Nov-12 9:55am    
Write the code to do that.

1 solution

You either add it with display:none and then call .show() in jquery to reveal it, or if you're getting the data for the grid via AJAX, you CREATE the grid inside a div when you have the data. As someone else said, this is not a good question. A good question includes details and code to show what you've done and what you're trying to do. Then we could help more
 
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