All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
How can i refresh grid datasource by button event.
I want to display data in certain time that user push the button.
How can i handling grid refresh event?
I solve it myself again.
Call datasource's method read then it refresh datasource.
My Code:
...
data() { return { ds: new kendo.data.DataSource({
this.ds.read()