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
XamDataGrid combo Column
posted

Hello everybody,

I have a MVVM application. In My ViewModel, I have a MAPPINGS property, which is a Dictionary <string,string>. I would like to map this property to a XamDataGrid: first column will represent Key, second column will represent the value. So far so good, I can do this

What I need help for is:

Value (second column) can be changed by the user, and can be only [Value1, Value2, Value3] (from "Available_Mappings" property in my ViewModel)

So, when user click on Value columns, I would need a combo displaying allowed values. I am having troubles configuring the ComboBoxField

How can I do that?

thanks in advance for your help

Valentina