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

I create a webgrid in MVC4 and placed in partialview..it shows the result when first time the controller return the view.
But webgrid not updating when filtering(like some Seaching with name like..) with some data.
ie the webgrid shows the previous data

can you give me any suggestions or good article links for filtering with some data and fill the datas to webgid.
Posted

1 solution

Hi When you postback the data assign the result back in the div in which you are sowing your webgrid.

I assumed that the postback action method will return the partial view with the model binded with it.
 
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