Reputation: 433
Is there a possibility to do smoething like this:
How can I do this kind of usabillity with Kendo? Should I use Session to store the list with Content?
Upvotes: 0
Views: 1949
Reputation: 20203
So you want when you are done uploading the file to refresh the Grid and display that new records? If that's the case you should use the dataSource.read() method to refresh the Grid when the success callback of the uploading is called.
Upvotes: 1