ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: resolvecomputing on October 02, 2018, 03:59:59 pm

Title: Compare or Check what is cell change
Post by: resolvecomputing on October 02, 2018, 03:59:59 pm
I example, I have 5 rows, and I have changed 1 of 5 rows. So how can I kno, what row and cell I just change and update status to hidden attribute, because I free User edit, don't have confirm or update button.
Title: Re: Compare or Check what is cell change
Post by: paramvir on October 02, 2018, 11:04:14 pm
There are lot of events which fire when a cell is edited to give you required info.

cellSave, beforeValidate and change event.

Please check the API documentation.