Using jQuery jqGrid in celledit mode in conjunction with pivot functionality. I therefore cannot rely on row id to update changes made to particular cells when updating back to server – each cell can represent a different record.
Is there some way I can hide/embed the primary key/id for each record in the cell with the value (maybe as an attribute), and then read it back when getChangedCells is called so I have the value and id of the database record to update. Â
Trying to work with editoptions, but don’t see a way to pass a dynamic value.
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top