ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: kshipra on February 23, 2019, 03:30:04 am

Title: cellSave event does not get fired when clearing data using delete key
Post by: kshipra on February 23, 2019, 03:30:04 am
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.

Title: Re: cellSave event does not get fired when clearing data using delete key
Post by: paramvir 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