Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created July 1, 2016 17:47
Show Gist options
  • Save ryanwebjackson/62ea0f3a42b055b99489b619d5963d1a to your computer and use it in GitHub Desktop.
Save ryanwebjackson/62ea0f3a42b055b99489b619d5963d1a to your computer and use it in GitHub Desktop.
function onKUploadSuccess(e) {
$('#GridName').data('kendoGrid').dataSource.read();
$('#GridName').data('kendoGrid').refresh();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment