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..

Parents
No Data
Reply
  • 18204
    Offline posted

    Hello fmcorreia,

     

    Thank you for posting in our forums!

    After looking into this and doing some research, binding complex data to the igCombo has been determined to be a new product idea.  You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.

    An existing Product Idea exists for this and can be found here:

    http://ideas.infragistics.com/forums/211535-ignite-ui/suggestions/6475053-declaratively-bind-to-complex-child-descendent-pro

    There are many benefits to submitting a product idea:

    - Direct communication with our product management team regarding your product idea.

    - Notifications whenever new information regarding your idea becomes available.

    - Ability to vote on your favorite product ideas to let us know which ones are the most important to you.  You will have ten votes for this and can change which ideas you are voting for at any time.

    - Allow you to shape the future of our products by requesting new controls and products altogether.

    - You and other developers can discuss existing product ideas with members of our Product Management team.

    The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    Thank you for contacting Infragistics.

Children