Author Topic: Paramquery grid addList/upadteList issue  (Read 1886 times)

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Paramquery grid addList/upadteList issue
« on: October 27, 2016, 10:22:32 am »
we are using trackmodel on pqgrid with recIndx 'id'. When i add a new row to the grid and gets the data list at the time of saving my data I am getting the newly added row in addList and updateList both. Why is this happening?

For reference code snippet is attached.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Paramquery grid addList/upadteList issue
« Reply #1 on: October 27, 2016, 10:32:04 pm »
Newly added row should be in addList only as in this example: http://paramquery.com/pro/demos/editing_batch

Though I don't see anything unusual in your code, your code is insufficient to reproduce the issue.

Can you post a complete test case along with test data so that I can reproduce the issue at my end and find out the reason of issue.
« Last Edit: October 27, 2016, 10:35:29 pm by paramquery »