I currently have a grid that is bound via an Ajax call. The model is a List<Objects> for the view. I have a button that on click I would like to pass the selected data grid object to a different controller/action.
I have tried to do a Ajax Post however the response is HTML but it does not get rendered to the browser.
Is there an easier way to do this?
Thanks,
Nav
I have tried to do a Ajax Post however the response is HTML but it does not get rendered to the browser.
Is there an easier way to do this?
Thanks,
Nav