I am mostly following
the example here and using an evaluation copy of pqgrid downloaded yesterday.
I'm having trouble getting my code to rollback on cancel or for grid.isDirty() to return true after edits. Adding new seems to work (the new row disappears when selecting cancel, and isDirty returns true on update), and uses much same code path as edits, so I'm confused as to why edits alone would fail.
I'm setting trackModel: {on: true} and track: true, for good measure. (And have tried them independently.)
Any common mistakes I should look for?
EDIT:
Nevermind. I finally figured it out. I typo'd dataModel.recIndx as recInd
ex. Gotta remember to drop that "e".