Saturday, 24 August 2013

Changin The value of a cell after editing another cell in JqGrid

Changin The value of a cell after editing another cell in JqGrid

I have a jqGrid that I want to use it in inline mode. I want to change the
value of another cell according the new value of a specific cell. for
example, in inline editing mode, when the value of "Amount" cell is
changing, the value of "TotalCost" column must be changed to Amount*Price,
automatically. I need appropriate event, for example OnCellChange, if it
exits!
Can anybody help me?

No comments:

Post a Comment