It appears that when you call options.success within the success callback of the Data Source Update, it will reset the grid scollbar to the top. For example, if I scroll down several records and edit a record, the scrollbar will jump back to the top rather than staying where it was. Is there a way to keep the scrollbar from jumping back to the top?
success: function(result) {
// notify the data source that the request succeeded
options.success(result);
}
Thanks,
Blake
success: function(result) {
// notify the data source that the request succeeded
options.success(result);
}
Thanks,
Blake