Kendo UI Delete a node attribute in Treeview
问题 I have some nodes who contain the items value which seems to be initialized by default from Kendo with the value "[]" everytime! I want to completely delete the "items" field from the node but I can't seem to find any method for attribute deleting. I try to access the nodes through dataItem and I tried dataItem.set("items",undefined) but still I don't think it helped.I'm trying to delete the items field because there seems to be a problem with that initialization done by kendo and I can't