Hi,
I have extracted the xml for radorgchart. Within this I have some rendered fields
When I attempt to use this xml to rebind another orgchart,
within the databinding event I’d like to display the text of one rendered field
within a label control.
I’m nearly there; I can see the rendered fields for a particular
node:
node.GroupItems[0].RenderedFields
But I can’t figure out how to extract something from this collection, where the label is equal to something.
Any suggestions?