Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
dynamic content for treemap
posted

Hi,

My requirement would be to be able to change dynamically the NodeBinders and to use a dynamic IList as the data source.

So for example the user could enter any SQL statement that would return an IEnumerable that contains the records (this would mean field names can not be used in XAML). Then the user could create any number of NodeBinders and select the fields to be used for ValuePath and TextPath (this would mean that multiple NodeBinders must be generated in codebehind).

How could I handle this with xamTreeMap? What would be the easiest way to transform an IEnumerable to something that the TreeMap can process based on the selected fields?

Many thanks and best regards,

Tamas

Parents Reply Children
No Data