I have two listGrids open A and B
listGrid B is editable list and i m calling saveAllEdits() to save data.
Here i need to call invalidateCache() of listGrid A after successfully edit of listGrid B. I tried to call in callBack of listGrid A.
But saveAllEdits() callback call multiple times mean calls for each record..But i need to call callBack single time after the completion of saveAllEdit()
Please tell me the way to implement this.
Thanks,
listGrid B is editable list and i m calling saveAllEdits() to save data.
Here i need to call invalidateCache() of listGrid A after successfully edit of listGrid B. I tried to call in callBack of listGrid A.
But saveAllEdits() callback call multiple times mean calls for each record..But i need to call callBack single time after the completion of saveAllEdit()
Please tell me the way to implement this.
Thanks,
Comment