Need to set the selected item in XamComboEditor Xamgrid.i have attached the source code please find it.Please help me urgent..
Eg:
I have 10 rows in xamgrid and need to set combo selected items like below table
Hi Rob,
Thank you very much..it is working fine.
Hello Raj,
Your PDUser class should have a SelectedClinicID property which will represent which clinic is currently selected. Then in your EditorStyle for the XamComboEditor you can set the ValuePath property to ClinicID and bind the Value property to "DataItem.SelectedClinicID". Take a look at the attached sample. From here, you just need to set the SelectedClinicID to whatever you want and it will update the XamComboEditor.