I have a TreeGrid that I populate manually with CustomTreeNode objects which extend the TreeNode and it works correctly.
If I extend the CustomTreeNode class into CategoryTreeNode and ItemTreeNode the + no longer appears in the TreeGrid.
Has anyone run across this?
Is there a fix or work around?
Thank you,
If I extend the CustomTreeNode class into CategoryTreeNode and ItemTreeNode the + no longer appears in the TreeGrid.
Has anyone run across this?
Is there a fix or work around?
Thank you,
Comment