Developers Guide says, "GridAttribute also supports the controls collection for attributes of a selected grid row, which provides methods to work with a collection of cells associated with the attribute. Each cell (GridCell) of a selected grid row is analogous to a control on a form that is tied to an attribute in an editable grid."
So, can I use Control.addCustomView() to a lookup cell? Specifically, the editable OpportunityProduct grid on the Opportunity form at the Existing Product(productid) cell?
Can anyone conjure up the syntax? I'm not clear on how to get a GridAttribute or GridCell from a grid not yet containing records. Trying to avoid using the unsupported, DOM hacking solution I found.
Thanks,
-md
*This post is locked for comments