Quick question: If I place a grid component on a Build from Scratch form, must I populate it via a Custom Load method? If I set the Primary Collection of the form to match the data I'm trying to retrieve, the form shows no data (but if I set-up a grid-only form, data is presented normally - so the underlying view and IDO are fine).
Reason for asking:
I have a View which combines records from the Lots and Preassigned Lots tables and have built an IDO collection over the top. Within the collection is a UET which the user is allowed to set to decide if the Lot may or may not be Reserved. Every other property is read-only in the form.
I now need a form where the selection can take place and have been asked to provide a Grid-only view.
It seems to me that if I use a grid-only form, it can't easily work out which of the table to update. Hence I went for a Grid on Build form Scratch with a Process button, so I can use formscript and events to update the correct one.