Hi,
I have a pqgrid that I would like to update in the following way:
1. I manually select few rows, by selecting check-boxes.
2. Above grid there is 1 drop-down and 2 buttons. 1st called 'Apply reviewer', 2nd called 'Save changes'.
3. I pick a value from a drop-down, and push the 1st button 'Apply reviewer'
4. Selected rows got new value.
The problem is, that the pqgrid does not acknowledges any change.
Red triangles are not visible and
var isDirty = gridD.isDirty(); returns 'false' and
var changes = gridD.getChanges({ format: "byVal" }); returns 0,0,0 objects and
var changes2 = gridD.getChanges(); returns 0,0,0 objects.
But when I type something into cell, triangles are there.
Please help.
If you need more info please let me know.
Thank you very much.