Is there anyway to create sub-categories without dragging the category onto another? If I create categoreies A, B, and C and then want category A1 as a sub-category of A I have to create it on the same level as A - C and then drag it to A.
It seems that the code in the AddCategory function of the ProjectComponents control references the Parent Node of the selected node, unless the Root Node (id == 0) is selected.
Is there a specific reason for this? I was able to remove the if block and just run the code under the if section and it seemed to work as I would expect it to. Is there an issue further down in the system that makes the current code necessary?
Thanks,
Will