When one clicks on the +/- button of the node, the node expands and the +/- changes to -.
When I programmatically expand the node, the node expands but the +/- remains +.
How do I address the +/- button in code to get it to behave?
I've made a test solution to reproduce the problem.
Using the Load On Demand functionality 5 new nodes are added each time some of the nodes is expanded. This is done in RadTreView_NodeClick event. To be able to change the icon from "+" to "-" you have to change the ExpandMode to ClientSide like in the example below:
You can find the full code in the attached .zip file.
Please let me know if this was helpful.
Sincerely yours,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.