Author Topic: Compare or Check what is cell change  (Read 1570 times)

resolvecomputing

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 40
    • View Profile
Compare or Check what is cell change
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Compare or Check what is cell change
« Reply #1 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.