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
1030
XAMComboEditor in XAMDataGrid
posted

Hi,

I have a XAMComboEditor in my XAMDatagrid field. I display a list of options in the combo by setting values to the Itemsprovider in the style of that field.

When I select an item in the combo box, instead of displaying the selected value, I want some customized value to be displayed in the combo box(some dynamically calculated value based on the selection).

And this customized value should be set in the corresponding property of my observable collection that I have bound to the grid.

Another question is, is it possible to bind a method to a control?

Thanks.