Author Topic: cellSave event does not get fired when clearing data using delete key  (Read 1921 times)

kshipra

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 94
    • View Profile
I wanted to update dependent column cell based on cell in 1st column. If I remove data using delete key on the cell , the cellSave event does not get fired.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: cellSave event does not get fired when clearing data using delete key
« Reply #1 on: February 24, 2019, 10:32:13 pm »
cellSave event is fired only when cells are inline edited with editors.

change is a universal event which gets fired for every change in data.

formulas API is more suitable to create dependent columns https://paramquery.com/pro/demos/grid_formula