Hi,
We are using XAM grid and XAM combo editor. XAM combo Editor we have bind animal list. We have saved selected value of XAM combo in XAM Grid Fields.
Now we want that as we select the Row of XAM grid. The all Row data should be display(like in textBox and XAMCombo as selected item). All data are showing as we want except in XAM combo editor. the grid item is not showing as selected item in XAM combo Editor. We are following WPF MVVM pattern..
Please guide us, we are stuck now.
Thanks
Hi Pri,
I'm working on a sample that I hope will demonstrate what I think you are trying to do. Should be ready by tomorrow.
Hello Pri,
Please see my attached sample. Inside I have a XamComboEditor that is inside a XamDataGrid. This combo editor is bound to a list of animal types. When I select a row inside the XamDataGrid, it displays the row data below in a TextBox. This row data includes the animal type that was selected in the XamDataGrid.