I have the same problem except in a datagrid. I eventually gave up because I could not find a solution. I'll admit I didn't spend much time on it, a few hours maybe. My initial idea was that I could preventDefault on the itemClick event and that would stop it from being selected, but that didn't work. I also tried to update the selectedItems removing the items that I didn't want to allow selection on, and that failed. I was hoping to look at it more next week, I had a deadline today and had to move on to more important things.
--- In [email protected], "metalbeard" <[EMAIL PROTECTED]> wrote: > > Hi There, > > Is there any way that we can disable the selection for only some > specific items inside a tree. > > Am trying to make the selectable property of the tree =false when the > mouse rolls over the unwanted item then make it ture when it is rolled > out but that didn't work. > > Do you have any ideas? >

