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
390
Bind a grid to a list property of the original list
posted

My grid is bound to a list of  Payment objects.  Each Payment object has a few properties including a List of PaymentDetail objects.  I'd like to display some properties from the Payment object along with some properties of the PaymentDetail object, while displaying only one line per PaymentDetail with the Payment object data repeated (rather than displaying hierarchically.  Basically like the results I would get from a SQL join.

Is that possible, or do I need to flatten my data before I display it?