Author Topic: Paramquery grid update row data  (Read 239 times)

Digitalsoft

  • Pro OEM
  • Newbie
  • *
  • Posts: 49
    • View Profile
Paramquery grid update row data
« on: January 03, 2024, 06:46:18 pm »
Hi,

When I change the cell value by editor dropdown I need to update other cells and need to mark them as dirty so that I can get the cells that have been changed to save the data. Help me on this scenario

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Paramquery grid update row data
« Reply #1 on: January 04, 2024, 05:33:30 pm »
Assuming you have already turned on the tracking of records as in batch editing example, you can use the updateRow method to make changes in the cells to mark them dirty.