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
1085
dynamic comboeditor inside xamdatagrid
posted

i have an xamdatagrid where one of the column will be edited via xamcomboeditor. All the samples that i found uses staticresouce. but my requirement is differenet.

I need to do the following - The grid row has a person id column. and there is another column named relatives which uses xamcomboeditor. When the user clicks on the dropdown arrow button of a cell under relatives column , i need to get the corresponding person id  and search a collection for matching values. the matching values have to ve poupulated in xamcomboeditor. I am using MVVM and so cannot write any even in the .xaml.cs file. please help.

Parents Reply Children
No Data