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
1280
Populating combobox within XamGrid
posted

Hi,

I have a list of items in a XamGrid, and when editing one of the cells turns to a combobox, like this:

Now my question is, how do I populate this combobox ?

I have to classes, Brand and Account.

re relation between these to classes is many-to-one, where:

Brand have one account, and account can have many brands.

I was trying to populate it from code but comboBox is not visible somehow.