ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: jillveronda on November 17, 2022, 01:40:25 am

Title: updateRow and refreshCell OR refreshRow not resulting in dirty cell
Post 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

fiddle is here:
https://jsfiddle.net/jveronda/e9tmvr0u/31/
Title: Re: updateRow and refreshCell OR refreshRow not resulting in dirty cell
Post by: paramvir on November 17, 2022, 11:07:58 pm
these 2 are important to turn on tracking

dataModel.recIndx https://paramquery.com/pro/api#option-dataModel-recIndx

and

trackModel: {on: true}