ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: jillveronda on November 17, 2022, 01:40:25 am
-
I am making changes to a cell and cannot get the red triangle or the isDirty flag to trigger on cellExit. I have tried both
- updateRow followed by refreshCell
- changing the data in the cell and calling refreshRow
fiddle is here:
https://jsfiddle.net/jveronda/e9tmvr0u/31/
-
these 2 are important to turn on tracking
dataModel.recIndx https://paramquery.com/pro/api#option-dataModel-recIndx
and
trackModel: {on: true}