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
370
How to bind KeyValuePair to XamDataGrid Field?
posted

Hi, I have  KeyValuePair<Guid, string> Property in my MVVM object. A collection of that object is the datasource of a xamdatagrid. I want to bind the value of the KeyValuePair to a xamdatagrid field.

That is, I want the grid to show the value only but it is now showing the both the guid and the value. Here is how I an binding. I appreciate some xaml sample.

<

 

 

igDP:Field Name="Priority" Width="Auto"/>

Thanks