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 !