Hi
I have a treeview with remote binding like this
http://demos.telerik.com/kendo-ui/treeview/remote-data-binding
how to filter data when data is bound remotely?
in this example i want to give "Robert King" as input and want to open all nodes until "Robert King"
2. ) If i provide input "Laura Callahan" is there a way i can stop opening "Steven Buchanan" node ?
i am getting haschildren value from my database, if hasChildren is false i should not open that node
Please help with above two tasks.
Thanks