MVC 3 Razor- how to bind new model to webgrid using jQuery ajax
问题 I have an issue with updating my webgrid with a new model which is returned from my DAL. On my view I have checkboxes used to filter data displayed on the grid. Once a checkbox is ticked this calls some jQuery ajax function which passes the checkbox values to my method in my controller. This then calls my DAL and it returns a new list of my model with the correct values. I return this list to my view but when the page loads nothing is different. The grid looks the same which isn't what I