Author Topic: Force dirty cell  (Read 236 times)

Pisga

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 11
    • View Profile
Force dirty cell
« on: October 02, 2023, 07:58:59 pm »
I have a custom column with render function that can draw different controls: TextBox, Combo, CheckBox in the same column
When I change value of control in this column, paramquery not include the row to updateList add not set class dirty for it's cell
I write function on onchange for this controls, that change data in data model  and add class pq-cell-dirty to it's cell
But now also changes of this column is not included in updateList - changes of other columns included
Can I  force paramquiery to include changes of the custom column to updateList ?
Thank you