This is a migrated thread and some comments may be shown as answers.

How can i refresh grid datasource by button event?

2 Answers 452 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sangwon
Top achievements
Rank 1
sangwon asked on 05 Aug 2019, 08:02 AM

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?

2 Answers, 1 is accepted

Sort by
0
sangwon
Top achievements
Rank 1
answered on 05 Aug 2019, 09:22 AM

I solve it myself again.

Call datasource's method read then it refresh datasource.

 

0
sangwon
Top achievements
Rank 1
answered on 05 Aug 2019, 09:24 AM

My Code:

...

  data() {
    return {
      ds: new kendo.data.DataSource({

...

this.ds.read()

...

Tags
Grid
Asked by
sangwon
Top achievements
Rank 1
Answers by
sangwon
Top achievements
Rank 1
Share this question
or