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
40
Add bound fields from another table...
posted

I have xamDataGrid bound to a table's defaultview.

In this table I have a field 'type' as an int.

I don't want to show 'type' as an int. I want to show the type description. This description is in another table based on original int type.

How do I accomplish this?