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

FilterMenuInit MVVM

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Federico
Top achievements
Rank 1
Federico asked on 18 Jan 2019, 11:10 AM

How can i set filterMenuInit in the grid with MVVM?

What is the name of property? data-menu-init?

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 22 Jan 2019, 07:45 AM
Hello Federico,

Please refer to the following article which explains how to bind events with Kendo MVVM:


Respectively the filterMenuInit event handler can be attached as follows:

data-bind="
            ...
           events: {
             filterMenuInit: onfilterMenuInit
           }"

Below you will find a small sample which demonstrates the above approach:



Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Federico
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or