Hello,
I have a TreeList which I display rows of data and child data. I want to click a button and fire off a javascript call to completely clear the TreeList. I have tried various things and have googled this issue but have not found a solution. I'm surprised there is not a method for this, something like:
var treelist = $("#myTreeList").data("kendoTreeList");
treeList.Data.ClearAll().
Is there such a function/method?
I have the buttonClick event no problem but just need the code for deleting all the rows. Can you tell me how to do this please?
Thank you very much...
Dave