Hello,
Sorry, I think badly explained, the problem is:
the data posted, show it in grid after post.
In last example sequence (dates with datepicker or manual entry in newformat):
Inline input: 15 Dic 2009 (ok)
Set Inline input with datepicker: 24 Dic 2009 (ok)
serializeRowData: function (postada) postdata.espdate: 24 Dic 2009 (ok??, The data in postdata should be in srcformat or option for it?)
espdate POST: 2009-12-24 (ok, after parse function ig_sqlDate(postdata.espdate))
Grid after post: 2009-12-24 (not ok)
Suggested sequence:
Inline input: 15 Dic 2009
Set Inline input with datepicker: 24 Dic 2009
serializeRowData: function (postada) postdata.espdate: 2009-12-24
Grid after post: 24 Dic 2009
Or postada is independent of data to show in grid,
Or postdata in srcformat, data to show in grid in newformat,
Or workaround: editRow(rowid, true, '', '', '','',aftersavefunc) cumbersome with multiple grids
Other options?
Best regards,