I want to build the kendo grid only using the declarative statements instead of js.
I also want to apply the "filter" through the datasource in declarative statements itself. Possiblly if there is an option available in the data-bind property of the kendo grid.
Kindly help with a jsfiddle
Here is the jsFiddle DEMO illustrating use of Kendo grid with filtering using MVVM.
Below is the code snippet from the demo:
HTML:
JS: