How to show bind json data to webgrid in jquery ajax success method using mvc
I have partial view with casecading dropdowns and a submit button.When user select the values from dropdown and click on submit button, I want to show a webgrid based on these values.Now my webgrid is on view and I am rendering my partial view on same page.
Please suggest solutions for this scenario.