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
90
Specify path to field's display text
posted

I am new to XamDataGrid, so this may be an easy question.

One of the fields in my data-grid corresponds to a property which is a custom business object.  I want to use this business object's "Description" property (of type String) as the text that gets displayed in the data-grid.  So how do I do that?  Please show the XAML.

As a temporary workaround, I overrode the business object's ToString() method, but this is not ideal.