Suppose you have a Master/Detail type form. Order > Details. I have established a binding object for the Master to the Order table and the Details to the OrderDetails relation.
In the Details Grid, I want to display a column from a related table (e.g. Product Description). How do you do that? Don't need to be able to edit.
In the Details Grid, I want to display a column from a related table (e.g. Product Description). How do you do that? Don't need to be able to edit.
Comment