In general, I want a treeview I have to disable html encoding (enablenodetexthtmlencoding="false"). It looks great and lets me style the nodes accordingly. In some circumstances, I want to allow nodes to have < in their names, which causes issues with the encoding:
Examples:
CIR<CLE turns into CIR<cle< span=""/>
CIRCLE<E> turns into CIR <e/>
both of which display as HTML.
Is there any property or method to get these names to display, as needed, at the node level which will override the property set at the radtreeview?