EasyUI Forum

General Category => General Discussion => Topic started by: rangaNadha on October 16, 2018, 10:01:42 AM



Title: Editable datagrid get previous cell value.
Post by: rangaNadha on October 16, 2018, 10:01:42 AM
Hi Everyone,

How can I get the previous cell value in "onAfterEdit" to do some calculations ???

Thanks in Advance.


Title: Re: Editable datagrid get previous cell value.
Post by: Pierre on October 16, 2018, 10:49:56 AM
You can remember value using onBeforeEdit event?


Title: Re: Editable datagrid get previous cell value.
Post by: rangaNadha on November 02, 2018, 03:14:35 AM
Thanks for the reply, I have fixed the issue in the same way.