jqgrid button editing
Posted
by Sasha
on Stack Overflow
See other posts from Stack Overflow
or by Sasha
Published on 2010-06-14T00:50:42Z
Indexed on
2010/06/14
1:02 UTC
Read the original article
Hit count: 371
jqgrid
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.
© Stack Overflow or respective owner