Hi,
Edit: the subject of this thread should contain "nodes" not "notes".
I wasn't able to find documentation on how checked nodes from a Kendo TreeView (MVC Razor) are posted to the server. With your ASP.NET MVC extensions, I used a method on my controller of the form:
When I use this approach with Kendo, the method is invoked but the treeView_checkedNodes argument is null.
If this is the right approach, then I can post more code so that you might help me find the problem. But otherwise please advise as to how to obtain, from an MVC controller on the server, the TreeView's checked items.
thanks,
Derek