Categories | Question details Back To List | ||
SubmitOnlyChanged Hi, simple question here. I'm using SubmitOnlyChanged along with a form so that only those cells that are changed are passed through the form. The problem I'm getting is that it passes only the cell. Is there any way to pass an entire row if one or more cells within that row are changed? Thanks Answer posted by Support on May 20, 2009 04:05 Unfortunately there is no such option, but you can workaround issue by adding next code to the grid intialization grid.attachEvent("onEditCell",function(stage,id,ind){ Answer posted by Librado S on May 20, 2009 06:16 This is great! thank you so much. |