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
245
IGCombo textkey with property inside property
posted

Hi

I have this datasource

var view =

[

{"prop1": "value1","prop2": {"innerprop1": "value","innerprop2": "value"}},
{"prop1": "value1","prop2": {"innerprop1": "value","innerprop2": "value"}}
];

And in my igcombo I would like to show in the textkey the innerprop2, is there any way to achieve this behaviour?

Already tried "prop2.innerprop2" and didn't work for me..