jqgrid button editing
- by Sasha
Hi all, another question about jqgrid.
I have a jqgrid table and i have a button in each row. When user clicks on that button, i need to call an action in my mvc controller and i need to change value of my object's field from true to false or opposite and then reload grid.
What is the best way to implement this?
Thanks.