Hi,
The documentation of saveAllEdits() says that:
Unfortunately, this saveRequesProperties is not considered when ListGrid.saveAllEdits() generates remove requests. On the other hand add and update indeed shows saveRequesProperties properly used.
Is it by design? Shouldn't all request prepared and queued by saveAllEdits() take care of saveRequestProperties?
Regards,
MichalG
using latest patched 6.0p
The documentation of saveAllEdits() says that:
Boolean ListGrid.saveAllEdits() ([rows, saveCallback])
Save a number of outstanding edits for this ListGrid. If no rows are specified, all outstanding edits will be saved.
Note that if saveRequestProperties is specified and the grid is performing a databound save, these properties will be applied to each generated DSRequest.
Save a number of outstanding edits for this ListGrid. If no rows are specified, all outstanding edits will be saved.
Note that if saveRequestProperties is specified and the grid is performing a databound save, these properties will be applied to each generated DSRequest.
Is it by design? Shouldn't all request prepared and queued by saveAllEdits() take care of saveRequestProperties?
Regards,
MichalG
using latest patched 6.0p
Comment