Quick Start Order Editor "Name" & "Price"disappear.

I am working through the quickstart videos and trying to follow the instructions religiously.

I have the Order Editor working OK with line items. When I add a line item to the order the Name & Price appear correctly. But when I save and reopen the Order the Name & Price are blank while the Quantity shows correctly. (see attached file).
What am I doing wrong?

Thanks,
Michael

2015-07-13_1648

Most probably you haven’t configured a proper view to load data for Order editor. Look at the root datasource in the Order editor screen, what view does it use? Then find this view in the Entities section, open it and ensure that it includes name and price attributes of Product.

BTW, you can easily download the Quick Start sample right in Studio via the Select project > Samples window. It works correctly, so you can compare the code.

That worked. Thanks.