Call function from event in KendoGrid

1 Answer 222 Views
General Discussions Grid
greg
Top achievements
Rank 1
greg asked on 08 Jul 2021, 11:10 AM

Hi all

I use a kendo grid to display some datas (with VUE JS 3 ) . This one is pageable.

I use the event "page" called when I change the page. I try to call test function from this event but I have the error "this.test" is not a function"...

And in the event "this" is the kendoGrid... How can I access to the function test ?

thanks you !

1 Answer, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 08 Jul 2021, 02:06 PM

Hi Greg,

Check this StackBlitz example that demonstrates how the targeted functionality can be implemented. When the Grid is initialized using the Kendo UI for jQuery syntax, you will have to define the test function as a separate one. 

Check the above link and let me know if you need further assistance.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
General Discussions Grid
Asked by
greg
Top achievements
Rank 1
Answers by
Petar
Telerik team
Share this question
or