Author Topic: updateRow and refreshCell OR refreshRow not resulting in dirty cell  (Read 675 times)

jillveronda

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 1
    • View Profile
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/
« Last Edit: November 17, 2022, 03:45:19 am by jillveronda »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: updateRow and refreshCell OR refreshRow not resulting in dirty cell
« Reply #1 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}