Hi everybody
I have a problem with kendo treeview checkboxes
i populated treeview with remote data, it binds correctly. I used "checked" property to send checked checkboxes to view, it works fine too.
i use 2 different method for sending checked node IDs to controller but does not work properly.
method1:
use java script to read nodes recursively and gather IDs then store in hidden field and send to controller but most of the times some nodes doesn't illustrate the check items thoroughly. in other words, I lose near half of checkboxes randomly.
method2:
using checkbox name and template and send checkboxes directly to the controller got same issue.
what can i do for this issue??
thanks