Since the latest Update (Nov 2015) I run in all my implementations for LOD (RadTreeView) into an endless loop (stack overflow exception).
I've checked my implementation and even if I return immediately in the NodesNeeded event method - the exception is thrown.
It seems to me, that this update is buggy ... Can anybody confirm this observation or is there a problem on my side?
My implementation is very simple
LazyLoad=false
NodesNeeded += (o, e)=>{return;};
Any help is appreciated.
Thanks