Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid EmbeddedComponent accessor

    Code:
     void 	addEmbeddedComponent(Canvas component, ListGridRecord record)
    - Attaches the component to the provided record.

    It could be nice to have a way of getting back the reference to the component once it has been added.

    A method like getEmbeddedComponent already exist, but it has another utility.

    Thanks.

    #2
    Hey,

    May I also request a standalone example using the addEmbeddedComponent method ?

    In fact, all examples in the showcase overrides the getExpansionComponent method (from ListGrid).

    I'm getting a "typerror : _6 is undefined" error as I may not been using it correctly.

    Cheers.
    Last edited by jmichelgarcia; 18 Oct 2011, 07:50.

    Comment

    Working...
    X